]> git.pld-linux.org Git - packages/john.git/blame - optflags.patch
- jumbo patch up to 1.7.9-jumbo-6
[packages/john.git] / optflags.patch
CommitLineData
2f02f703
JB
1--- john-1.7.9/src/Makefile.orig 2011-11-23 01:19:21.000000000 +0100
2+++ john-1.7.9/src/Makefile 2011-11-27 11:01:56.437966014 +0100
3@@ -20,7 +20,7 @@
4 #OMPFLAGS = -fopenmp -msse2
3443e32b
ER
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)
2f02f703
JB
9 # CFLAGS for use on the main john.c file only
10 CFLAGS_MAIN = $(CFLAGS)
3443e32b 11 ASFLAGS = -c $(OMPFLAGS)
2f02f703 12@@ -28,6 +28,7 @@
3443e32b 13 OPT_NORMAL = -funroll-loops
2f02f703
JB
14 # Remove the "-Os" if you're using an ancient version of gcc
15 OPT_INLINE = -Os -funroll-loops -finline-functions
3443e32b
ER
16+OPTFLAGS = -Wall -O2
17
18 JOHN_OBJS = \
19 DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o \
This page took 0.074513 seconds and 4 git commands to generate.