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.

Fix typo in the previous commit

Change-Id: I9e8de11ba86e147abc9bb5b3dfcc550655fe360d

+1 -1
+1 -1
tools/configure
··· 263 263 GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//` 264 264 265 265 if [ "yes" = "$use_debug" ]; then 266 - GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/-Og/` 266 + GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/` 267 267 fi 268 268 269 269 GCCOPTS="$GCCOPTS -fno-builtin -g"