forked from M-Labs/artiq
runtime: define NDEBUG to disable debug mode of __artiq_personality.
There shouldn't be any bugs left and all the printing it does slows exception handling considerably.
This commit is contained in:
parent
5c6b1517d0
commit
e2910fba99
|
@ -15,7 +15,8 @@ CFLAGS += -I$(LIBALLOC_DIRECTORY) \
|
||||||
-I$(LIBUNWIND_DIRECTORY) \
|
-I$(LIBUNWIND_DIRECTORY) \
|
||||||
-I$(LIBUNWIND_DIRECTORY)/../unwinder/include \
|
-I$(LIBUNWIND_DIRECTORY)/../unwinder/include \
|
||||||
-I$(LIBLWIP_DIRECTORY)/../lwip/src/include \
|
-I$(LIBLWIP_DIRECTORY)/../lwip/src/include \
|
||||||
-I$(LIBLWIP_DIRECTORY)
|
-I$(LIBLWIP_DIRECTORY) \
|
||||||
|
-DNDEBUG
|
||||||
|
|
||||||
all: runtime.bin runtime.fbi
|
all: runtime.bin runtime.fbi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue