Prepare fix for datatypes, not final
[hashcat.git] / src / Makefile
index e4f8ae9..b0c4dfa 100644 (file)
@@ -51,7 +51,7 @@ CP                       := cp
 RM                       := rm
 INSTALL                  := install
 
-CC_NATIVE                := gcc
+CC_NATIVE                := clang
 
 ##
 ## Cross compiler paths
@@ -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=address
+#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