Fix some nits

This commit is contained in:
Justine Tunney 2024-06-05 04:05:08 -07:00
parent 3093f0e467
commit cc2c1893c5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 4 additions and 8 deletions

View file

@ -44,7 +44,7 @@ $(LIBC_MEM_A_OBJS): private \
-Wframe-larger-than=4096 \
-Walloca-larger-than=4096
o/$(MODE)/libc/intrin/asan.o: private \
o/$(MODE)/libc/mem/asan.o: private \
CFLAGS += \
-O2 \
-finline \
@ -58,7 +58,7 @@ o/$(MODE)/libc/intrin/asan.o: private \
-fpatchable-function-entry=0,0
# make asan stack traces shorter
o/$(MODE)/libc/intrin/asanthunk.o: private \
o/$(MODE)/libc/mem/asanthunk.o: private \
CFLAGS += \
-Os \
$(NO_MAGIC) \