Get strace.com working beautifully

This commit is contained in:
Justine Tunney 2022-04-06 09:12:05 -07:00
parent 82f2e758c7
commit f59b5dbd7c
7 changed files with 544 additions and 474 deletions

View file

@ -114,6 +114,16 @@ o/$(MODE)/third_party/make/make.com.dbg: \
$(APE_NO_MODIFY_SELF)
@$(APELINK)
o/$(MODE)/third_party/make/strcache.o \
o/$(MODE)/third_party/make/expand.o \
o/$(MODE)/third_party/make/read.o: \
OVERRIDE_CFLAGS += \
-O2
o/$(MODE)/third_party/make/hash.o: \
OVERRIDE_CFLAGS += \
-O3
o/$(MODE)/third_party/make/make.com: \
o/$(MODE)/third_party/make/make.com.dbg \
o/$(MODE)/third_party/infozip/zip.com \