Added -DNDEBUG to compile flags
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
SRC_DIR = $(SRC_HOME)/util/ceg/as_parser/eval
|
||||
|
||||
CFLAGS = $(COPTIONS)
|
||||
CFLAGS = $(COPTIONS) -DNDEBUG
|
||||
LDFLAGS = $(LDOPTIONS)
|
||||
|
||||
eval: eval.$(SUF)
|
||||
|
||||
Reference in New Issue
Block a user