]> git.pld-linux.org Git - packages/john.git/blob - optflags.patch
- added jumbo version dependencies, gomp and opencl bconds
[packages/john.git] / optflags.patch
1 --- john-1.8.0/src/Makefile~    2014-07-12 11:00:44.000000000 +0300
2 +++ john-1.8.0/src/Makefile     2014-07-12 11:05:24.241585854 +0300
3 @@ -28,7 +28,7 @@
4  #OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0
5  # Sun Studio with OpenMP (set the OMP_NUM_THREADS env var at runtime)
6  #OMPFLAGS = -xopenmp
7 -CFLAGS = -c -Wall -Wdeclaration-after-statement -O2 -fomit-frame-pointer $(OMPFLAGS)
8 +CFLAGS = -c $(OPTFLAGS) -Wdeclaration-after-statement -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.042407 seconds and 3 git commands to generate.