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:
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 += \
|
||||
|
||||
Reference in New Issue
Block a user