Disable linker map generation and improve tinyness

This commit is contained in:
Justine Tunney 2023-06-09 01:23:18 -07:00
parent 23e235b7a5
commit 4b2023ffab
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
39 changed files with 119 additions and 121 deletions

View file

@ -60,14 +60,12 @@ o/$(MODE)/test/libc/mem/%.com.dbg: \
$(TEST_LIBC_MEM_DEPS) \
o/$(MODE)/test/libc/mem/%.o \
o/$(MODE)/test/libc/mem/mem.pkg \
o/$(MODE)/test/libc/mem/prog/life.elf.zip.o \
o/$(MODE)/test/libc/mem/prog/sock.elf.zip.o \
$(LIBC_TESTMAIN) \
$(CRT) \
$(APE_NO_MODIFY_SELF)
@$(APELINK)
o/$(MODE)/test/libc/mem/prog/sock.o: \
o/$(MODE)/test/libc/mem/prog/sock.o: \
test/libc/mem/prog/sock.c \
libc/errno.h \
libc/sock/sock.h \