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