mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Use private keyword on makefile target variables
This commit is contained in:
parent
e015defa70
commit
7b993d561c
71 changed files with 305 additions and 314 deletions
2
third_party/argon2/argon2.mk
vendored
2
third_party/argon2/argon2.mk
vendored
|
@ -44,7 +44,7 @@ $(THIRD_PARTY_ARGON2_A).pkg: \
|
|||
|
||||
# we can't use ubsan because:
|
||||
# it's just too slow to be practical (like 6s vs. 13s)
|
||||
$(THIRD_PARTY_ARGON2_A_OBJS): \
|
||||
$(THIRD_PARTY_ARGON2_A_OBJS): private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue