mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 21:51:07 +00:00
commit
e6978c23c0
@ -180,10 +180,10 @@ CFLAGS += -O2
|
||||
LFLAGS += -s
|
||||
else
|
||||
ifeq ($(DEBUG),1)
|
||||
CFLAGS += -DDEBUG -g -ggdb
|
||||
CFLAGS += -DDEBUG -Og -ggdb
|
||||
else
|
||||
ifeq ($(DEBUG),2)
|
||||
CFLAGS += -DDEBUG -g -ggdb
|
||||
CFLAGS += -DDEBUG -Og -ggdb
|
||||
CFLAGS += -fsanitize=address -fno-omit-frame-pointer
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user