mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 02:41:35 +00:00
Fix CFLAGS
This commit is contained in:
parent
5ae5a4bc25
commit
05505030b8
@ -76,8 +76,8 @@ NOW := $(shell date +%s)
|
|||||||
## Compiler flags
|
## Compiler flags
|
||||||
##
|
##
|
||||||
|
|
||||||
#CFLAGS := -O2 -s -pipe -W -Wall -std=c99 -Iinclude/
|
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 := -g -ggdb -pipe -W -Wall -std=c99 -Iinclude/ -fsanitize=undefined -fno-omit-frame-pointer
|
||||||
|
|
||||||
##
|
##
|
||||||
## Native compilation target
|
## Native compilation target
|
||||||
|
Loading…
Reference in New Issue
Block a user