Eliminate enforced -g from CFLAGS. It switches off optimization with some
authorAndy Polyakov <appro@openssl.org>
Sat, 17 Jul 2004 12:48:35 +0000 (12:48 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 17 Jul 2004 12:48:35 +0000 (12:48 +0000)
compilers, e.g. DEC C.

fips/des/Makefile

index ce64e67b369f5dd748afc6247b7c72f73eb42d17..abbe0007e7a8170461e34bd4b0c198f3b11713e4 100644 (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