]> git.pld-linux.org Git - packages/john.git/blame - optflags.patch
- new
[packages/john.git] / optflags.patch
CommitLineData
3443e32b
ER
1--- john-1.7.6/src/Makefile~ 2010-06-14 00:12:37.000000000 +0300
2+++ john-1.7.6/src/Makefile 2010-11-05 13:09:41.713609665 +0200
3@@ -19,11 +19,12 @@
4 #OMPFLAGS = -fopenmp
5 # Sun Studio with OpenMP (set the OMP_NUM_THREADS env var at runtime)
6 #OMPFLAGS = -xopenmp
7-CFLAGS = -c -Wall -O2 -fomit-frame-pointer $(OMPFLAGS)
8+CFLAGS = -c $(OPTFLAGS) -fomit-frame-pointer $(OMPFLAGS)
9 ASFLAGS = -c $(OMPFLAGS)
10 LDFLAGS = -s $(OMPFLAGS)
11 OPT_NORMAL = -funroll-loops
12 OPT_INLINE = -finline-functions
13+OPTFLAGS = -Wall -O2
14
15 JOHN_OBJS = \
16 DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o \
This page took 0.098989 seconds and 4 git commands to generate.