Added -DNDEBUG to compile flags

This commit is contained in:
ceriel
1993-11-10 14:38:32 +00:00
parent 21a720c65d
commit 03387e093f
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
SRC_DIR = $(SRC_HOME)/util/ceg/as_parser/eval
CFLAGS = $(COPTIONS)
CFLAGS = $(COPTIONS) -DNDEBUG
LDFLAGS = $(LDOPTIONS)
eval: eval.$(SUF)