mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 10:48:29 +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
|
@ -88,6 +88,13 @@ o/$(MODE)/libc/intrin/_spinlock_debug_4.o: \
|
|||
-mgeneral-regs-only \
|
||||
-fno-stack-protector
|
||||
|
||||
# we can't use asan because:
|
||||
# global gone could be raised
|
||||
o/$(MODE)/libc/intrin/exit.o \
|
||||
o/$(MODE)/libc/intrin/restorewintty.o: \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-fno-sanitize=all
|
||||
|
||||
o/$(MODE)/libc/intrin/tls.greg.o \
|
||||
o/$(MODE)/libc/intrin/exit.greg.o \
|
||||
o/$(MODE)/libc/intrin/exit1.greg.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue