Added -DNDEBUG to Makefile, table now kills regvars
This commit is contained in:
@@ -6,7 +6,7 @@ TABLEFLAGS=
|
||||
#cgg options
|
||||
CGGFLAGS=
|
||||
|
||||
PREFLAGS=-I$(EMHOME)/h -I.
|
||||
PREFLAGS=-I$(EMHOME)/h -I. -DNDEBUG
|
||||
PFLAGS=
|
||||
CFLAGS=$(PREFLAGS) $(PFLAGS) -O
|
||||
LDFLAGS=-i $(PFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user