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.

3ds: Restored default cflags to devkitarm compiler

This commit fixes a "Data Abort" segfault when loading a codec.

Change-Id: I7b0b8f37b588504edec4a029fdd69f0875f664f5

+3
+3
tools/configure
··· 1064 1064 DLLWRAP=dllwrap 1065 1065 RANLIB=$DEVKITARM/bin/arm-none-eabi-gcc-ranlib 1066 1066 1067 + # default cflags, we need -nostdlib and -ffreestanding for shared libraries to work in devkitARM 1068 + GCCOPTS="$CCOPTS" 1069 + 1067 1070 if [ "yes" = "$use_debug" ]; then 1068 1071 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/` 1069 1072 fi