From a1e3d2685d4af4b625c7ce8e52ad0e7e875b6983 Mon Sep 17 00:00:00 2001 From: badaix Date: Sat, 19 Oct 2019 12:01:56 +0200 Subject: [PATCH] build with -O3 --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index d43827b0..ad08813a 100644 --- a/server/Makefile +++ b/server/Makefile @@ -31,7 +31,7 @@ else endif # Simplify building debuggable executables 'make DEBUG=-g STRIP=echo' -DEBUG=-g +DEBUG=-O3 SANITIZE= #-fsanitize=thread @@ -86,7 +86,7 @@ OBJ += ../common/daemon.o publishZeroConf/publish_bonjour.o else CXX = g++ -STRIP = echo +STRIP = strip CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread LDFLAGS += -lrt -lavahi-client -lavahi-common OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o