Eliminate enforced -g from CFLAGS. It switches off optimization with some
compilers, e.g. DEC C.
This commit is contained in:
parent
d70f5891da
commit
061c8f977d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user