--- john-1.8.0/src/Makefile~ 2014-07-12 11:00:44.000000000 +0300 +++ john-1.8.0/src/Makefile 2014-07-12 11:05:24.241585854 +0300 @@ -28,7 +28,7 @@ #OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0 # Sun Studio with OpenMP (set the OMP_NUM_THREADS env var at runtime) #OMPFLAGS = -xopenmp -CFLAGS = -c -Wall -Wdeclaration-after-statement -O2 -fomit-frame-pointer $(OMPFLAGS) +CFLAGS = -c $(OPTFLAGS) -Wdeclaration-after-statement -fomit-frame-pointer $(OMPFLAGS) # CFLAGS for use on the main john.c file only CFLAGS_MAIN = $(CFLAGS) ASFLAGS = -c $(OMPFLAGS) @@ -28,6 +28,7 @@ OPT_NORMAL = -funroll-loops # Remove the "-Os" if you're using an ancient version of gcc OPT_INLINE = -Os -funroll-loops -finline-functions +OPTFLAGS = -Wall -O2 JOHN_OBJS = \ DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o \