mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 11:27:38 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue