From: Jens Steube Date: Fri, 15 Jan 2016 16:24:20 +0000 (+0100) Subject: Fix CFLAGS X-Git-Tag: v3.00-beta~501 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=05505030b82c3172991c18fc5077db6d127c8ece;p=hashcat.git Fix CFLAGS --- diff --git a/src/Makefile b/src/Makefile index b0c4dfa..eac388d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,8 +76,8 @@ NOW := $(shell date +%s) ## Compiler flags ## -#CFLAGS := -O2 -s -pipe -W -Wall -std=c99 -Iinclude/ -CFLAGS := -g -ggdb -pipe -W -Wall -std=c99 -Iinclude/ -fsanitize=undefined -fno-omit-frame-pointer +CFLAGS := -O2 -s -pipe -W -Wall -std=c99 -Iinclude/ +#CFLAGS := -g -ggdb -pipe -W -Wall -std=c99 -Iinclude/ -fsanitize=undefined -fno-omit-frame-pointer ## ## Native compilation target