Eliminate enforced -g from CFLAGS. It switches off optimization with some

compilers, e.g. DEC C.
This commit is contained in:
Andy Polyakov 2004-07-17 12:48:35 +00:00
parent d70f5891da
commit 061c8f977d

View File

@ -17,7 +17,7 @@ AR= ar r
FIPS_DES_ENC=fips_des_enc.o
CFLAGS= $(INCLUDES) $(CFLAG) -g
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST= fips_desmovs.c