mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +00:00
Fix build breakage in MODE=dbg
This commit is contained in:
parent
e466dd0553
commit
fae2a17d2c
6 changed files with 57 additions and 30 deletions
|
@ -96,6 +96,13 @@ o/$(MODE)/libc/calls/mkntenvblock.o: \
|
|||
-ffreestanding \
|
||||
-fno-sanitize=address
|
||||
|
||||
# we can't use sanitizers because:
|
||||
# windows owns the data structure
|
||||
o/$(MODE)/libc/calls/wincrash.o \
|
||||
o/$(MODE)/libc/calls/ntcontext2linux.o: \
|
||||
OVERRIDE_COPTS += \
|
||||
-fno-sanitize=all
|
||||
|
||||
# we always want -O3 because:
|
||||
# it makes the code size smaller too
|
||||
o/$(MODE)/libc/calls/sigenter-freebsd.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue