Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Codecs: debugging: Disable compiler optimizations when DEBUG is defined

Change-Id: I6a65a2f650c4c7e0cde6165e8f46df1f3a5fd855

authored by

Roman Artiukhin and committed by
Solomon Peachy
e80cf93b 5b61c79c

+2
+2
lib/rbcodec/codecs/codecs.make
··· 76 76 include $(RBCODECLIB_DIR)/codecs/cRSID/cRSID.make 77 77 endif 78 78 79 + ifndef DEBUG 79 80 # set CODECFLAGS per codec lib, since gcc takes the last -Ox and the last 80 81 # in a -ffoo -fno-foo pair, there is no need to filter them out 81 82 $(CODECLIB) : CODECFLAGS += -O1 ··· 148 149 $(ASFLIB) : CODECFLAGS += -Os 149 150 $(WMALIB) : CODECFLAGS += -Os 150 151 endif 152 + endif #ifndef DEBUG 151 153 152 154 ifndef APP_TYPE 153 155 CONFIGFILE := $(FIRMDIR)/export/config/$(MODELNAME).h