1
mirror of https://github.com/hashcat/hashcat synced 2024-11-10 02:34:43 +01:00

Fix CFLAGS

This commit is contained in:
Jens Steube 2016-01-15 17:24:20 +01:00
parent 5ae5a4bc25
commit 05505030b8

View File

@ -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