forked from pool/hashcat
OBS-URL: https://build.opensuse.org/package/show/security/hashcat?expand=0&rev=3
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
|