mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-07-29 09:28:49 +02:00
Audio fade on notifications and optimisations
This commit is contained in:
@@ -26,14 +26,14 @@ LDFLAGS :=
|
||||
CXXCOMMON := -Wall -Isrc
|
||||
|
||||
debug: BUILD_TYPE := debug
|
||||
debug: CXXFLAGS := -g -O0 -fsanitize=address -fno-omit-frame-pointer -DPROTOCOL_DEBUG
|
||||
debug: CXXFLAGS := -g -O0 -DPROTOCOL_DEBUG -fsanitize=address -fno-omit-frame-pointer
|
||||
debug: LDFLAGS += -fsanitize=address -fno-omit-frame-pointer
|
||||
debug: TARGET := $(TARGET_NAME)-debug
|
||||
debug: prepare
|
||||
|
||||
release: BUILD_TYPE := release
|
||||
release: CXXFLAGS := -O2 -march=native -flto -fno-plt -fdata-sections -ffunction-sections -DNDEBUG
|
||||
release: LDFLAGS += -Wl,--gc-sections -flto
|
||||
release: CXXFLAGS := -Ofast -march=native -fno-plt -fno-rtti -flto -fdata-sections -ffunction-sections -DNDEBUG
|
||||
release: LDFLAGS += -Ofast -march=native -Wl,--gc-sections -flto
|
||||
release: TARGET := $(TARGET_NAME)
|
||||
release: prepare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user