From: Andy Polyakov Date: Sat, 17 Jul 2004 12:48:35 +0000 (+0000) Subject: Eliminate enforced -g from CFLAGS. It switches off optimization with some X-Git-Tag: OpenSSL_0_9_7e~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=061c8f977dc5dbe522991cc4f78686f19b4ff96d;p=oweals%2Fopenssl.git Eliminate enforced -g from CFLAGS. It switches off optimization with some compilers, e.g. DEC C. --- diff --git a/fips/des/Makefile b/fips/des/Makefile index ce64e67b36..abbe0007e7 100644 --- a/fips/des/Makefile +++ b/fips/des/Makefile @@ -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