From fc44d74f2b2e785cc6484d7e392d71d2c1892881 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 23 Nov 2024 12:33:15 +0300 Subject: [PATCH] fix lto in nfqws makefile --- nfq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfq/Makefile b/nfq/Makefile index 3a2659a..d3de736 100644 --- a/nfq/Makefile +++ b/nfq/Makefile @@ -1,6 +1,6 @@ CC ?= gcc -CFLAGS += -std=gnu99 -Os -CFLAGS_BSD = -Wno-address-of-packed-member -flto=auto +CFLAGS += -std=gnu99 -Os -flto=auto +CFLAGS_BSD = -Wno-address-of-packed-member CFLAGS_CYGWIN = -Wno-address-of-packed-member -static LIBS_LINUX = -lnetfilter_queue -lnfnetlink -lz LIBS_BSD = -lz