Added -DNDEBUG to Makefile, table now kills regvars

This commit is contained in:
ceriel
1987-07-06 15:28:59 +00:00
parent c36a54c76b
commit 0fb50b4aa7
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)