mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Add The LISP Challenge
This change introduces a 2.5kb program that's comes pretty close so far to bootstrapping John McCarthy's metacircular evaluator on bare metal.
This commit is contained in:
parent
fd22e55b42
commit
b6793d42d5
34 changed files with 1056 additions and 358 deletions
7
third_party/stb/stb.mk
vendored
7
third_party/stb/stb.mk
vendored
|
@ -63,10 +63,11 @@ $(THIRD_PARTY_STB_A_OBJS): \
|
|||
-ffunction-sections \
|
||||
-fdata-sections
|
||||
|
||||
o/$(MODE)/third_party/stb/stb_image_write.o \
|
||||
o/$(MODE)/third_party/stb/stb_image.o: \
|
||||
o//third_party/stb/stb_image_write.o \
|
||||
o//third_party/stb/stb_image.o: \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-ftrapv
|
||||
-ftrapv \
|
||||
-fsanitize=address
|
||||
|
||||
$(THIRD_PARTY_STB_A_OBJS): \
|
||||
OVERRIDE_CPPFLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue