Added -DNDEBUG to Makefile, table now kills regvars

This commit is contained in:
ceriel
1987-07-06 15:28:59 +00:00
parent 8c10914e78
commit 69843cf9ce
15 changed files with 99 additions and 119 deletions

View File

@@ -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)