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:
whitequark 2016-01-19 01:52:57 +00:00
parent 5c6b1517d0
commit e2910fba99
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ CFLAGS += -I$(LIBALLOC_DIRECTORY) \
-I$(LIBUNWIND_DIRECTORY) \
-I$(LIBUNWIND_DIRECTORY)/../unwinder/include \
-I$(LIBLWIP_DIRECTORY)/../lwip/src/include \
-I$(LIBLWIP_DIRECTORY)
-I$(LIBLWIP_DIRECTORY) \
-DNDEBUG
all: runtime.bin runtime.fbi