]> git.pld-linux.org Git - packages/john.git/blob - optflags.patch
- release 2
[packages/john.git] / optflags.patch
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
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  # CFLAGS for use on the main john.c file only
10  CFLAGS_MAIN = $(CFLAGS)
11  ASFLAGS = -c $(OMPFLAGS)
12 @@ -28,6 +28,7 @@
13  OPT_NORMAL = -funroll-loops
14  # Remove the "-Os" if you're using an ancient version of gcc
15  OPT_INLINE = -Os -funroll-loops -finline-functions
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.100937 seconds and 3 git commands to generate.