]> git.pld-linux.org Git - packages/john.git/blob - john-jumbo-optflags.patch
- new
[packages/john.git] / john-jumbo-optflags.patch
1 --- john-1.7.8/src/Makefile~    2011-07-03 12:05:54.182086313 +0200
2 +++ john-1.7.8/src/Makefile     2011-07-03 12:06:36.707718399 +0200
3 @@ -32,7 +32,7 @@
4  # icc with OpenMP (for make target linux-x86-64-icc)
5  #OMPFLAGS = -openmp
6  
7 -CFLAGS = -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include $(OMPFLAGS)
8 +CFLAGS = -c $(OPTFLAGS) -fomit-frame-pointer -I/usr/local/include $(OMPFLAGS)
9  # -DHAVE_SKEY
10  ASFLAGS = -c $(OMPFLAGS)
11  LDFLAGS = -s -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl -lm $(OMPFLAGS)
12 @@ -41,6 +41,7 @@
13  LDFLAGS_MKV = -s -lm
14  OPT_NORMAL = -funroll-loops
15  OPT_INLINE = -finline-functions
16 +OPTFLAGS = -Wall -O2
17  
18  JOHN_OBJS = \
19         $(MPIOBJ) \
This page took 0.031177 seconds and 3 git commands to generate.