diff --git a/artiq/runtime/Makefile b/artiq/runtime/Makefile index 73c6f110e..6c13b631b 100644 --- a/artiq/runtime/Makefile +++ b/artiq/runtime/Makefile @@ -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