mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
build with -O3
This commit is contained in:
parent
ea11505a0b
commit
a1e3d2685d
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Simplify building debuggable executables 'make DEBUG=-g STRIP=echo'
|
# Simplify building debuggable executables 'make DEBUG=-g STRIP=echo'
|
||||||
DEBUG=-g
|
DEBUG=-O3
|
||||||
SANITIZE=
|
SANITIZE=
|
||||||
#-fsanitize=thread
|
#-fsanitize=thread
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ OBJ += ../common/daemon.o publishZeroConf/publish_bonjour.o
|
||||||
else
|
else
|
||||||
|
|
||||||
CXX = g++
|
CXX = g++
|
||||||
STRIP = echo
|
STRIP = strip
|
||||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
||||||
LDFLAGS += -lrt -lavahi-client -lavahi-common
|
LDFLAGS += -lrt -lavahi-client -lavahi-common
|
||||||
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue