projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70f589
)
Eliminate enforced -g from CFLAGS. It switches off optimization with some
author
Andy Polyakov
<appro@openssl.org>
Sat, 17 Jul 2004 12:48:35 +0000
(12:48 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 17 Jul 2004 12:48:35 +0000
(12:48 +0000)
compilers, e.g. DEC C.
fips/des/Makefile
patch
|
blob
|
history
diff --git
a/fips/des/Makefile
b/fips/des/Makefile
index ce64e67b369f5dd748afc6247b7c72f73eb42d17..abbe0007e7a8170461e34bd4b0c198f3b11713e4 100644
(file)
--- 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