forked from pool/hashcat
18 lines
595 B
Diff
18 lines
595 B
Diff
|
---
|
||
|
src/Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: hashcat-3.00/src/Makefile
|
||
|
===================================================================
|
||
|
--- hashcat-3.00.orig/src/Makefile
|
||
|
+++ hashcat-3.00/src/Makefile
|
||
|
@@ -87,7 +87,7 @@ VERSION_TAG := $(shell test
|
||
|
## Compiler flags
|
||
|
##
|
||
|
|
||
|
-CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -I$(OPENCL_HEADERS_KHRONOS)/
|
||
|
+CFLAGS := ${our_CFLAGS} -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -I$(OPENCL_HEADERS_KHRONOS)/
|
||
|
|
||
|
ifndef DEBUG
|
||
|
CFLAGS += -O2
|