mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 04:50:28 +00:00
Fix build/test breakage caused by last commit
This commit is contained in:
parent
c45e46f871
commit
680daf1210
7 changed files with 14 additions and 11 deletions
6
third_party/zlib/zlib.mk
vendored
6
third_party/zlib/zlib.mk
vendored
|
@ -57,12 +57,6 @@ o/$(MODE)/third_party/zlib/adler32.o: \
|
|||
-ffunction-sections \
|
||||
-fdata-sections
|
||||
|
||||
ifeq (,$(MODE))
|
||||
$(THIRD_PARTY_ZLIB_A_OBJS): \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-fsanitize=address
|
||||
endif
|
||||
|
||||
THIRD_PARTY_ZLIB_LIBS = $(foreach x,$(THIRD_PARTY_ZLIB_ARTIFACTS),$($(x)))
|
||||
THIRD_PARTY_ZLIB_SRCS = $(foreach x,$(THIRD_PARTY_ZLIB_ARTIFACTS),$($(x)_SRCS))
|
||||
THIRD_PARTY_ZLIB_HDRS = $(foreach x,$(THIRD_PARTY_ZLIB_ARTIFACTS),$($(x)_HDRS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue