1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

No need to risk stability for 400k binary size

This commit is contained in:
jsteube 2019-04-03 20:52:49 +02:00
parent 5951322f72
commit 56ecfc3991

View File

@ -223,9 +223,7 @@ endif
ifeq ($(UNAME),Linux)
CFLAGS_NATIVE := $(CFLAGS)
CFLAGS_NATIVE += -DWITH_HWMON
CFLAGS_NATIVE += -ffunction-sections -fdata-sections
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -Wl,--gc-sections
LFLAGS_NATIVE += -lpthread
LFLAGS_NATIVE += -ldl
LFLAGS_NATIVE += -lrt