From 061c8f977dc5dbe522991cc4f78686f19b4ff96d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 17 Jul 2004 12:48:35 +0000 Subject: [PATCH] Eliminate enforced -g from CFLAGS. It switches off optimization with some compilers, e.g. DEC C. --- fips/des/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1