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.

build: Add advanced option to treat all warnings as errors.

Change-Id: I235f93d72bfc33243454edd04e45805b5c795f17

+7 -2
+7 -2
tools/configure
··· 953 953 interact=1 954 954 echo "" 955 955 printf "Enter your developer options (press only enter when done)\n\ 956 - (D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (U)SB Serial, (W)in32 crosscompile,\n\ 957 - Win(6)4 crosscompile, (T)est plugins, (O)mit plugins, S(m)all C lib, Logf to Ser(i)al port, LTO (B)uild " 956 + (D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (U)SB Serial,\n\ 957 + (W)in32 crosscompile, Win(6)4 crosscompile, (T)est plugins, (O)mit plugins, \n\ 958 + S(m)all C lib, Logf to Ser(i)al port, LTO (B)uild, (E)rror on warnings" 958 959 if [ "$modelname" = "iaudiom5" ]; then 959 960 printf ", (F)M radio MOD" 960 961 fi ··· 1056 1057 [Bb]) 1057 1058 echo "LTO build enabled" 1058 1059 LTO_ARG="export USE_LTO=y" 1060 + ;; 1061 + [Ee]) 1062 + echo "Treating all warnings as errors" 1063 + GCCOPTS="$GCCOPTS -Werror" 1059 1064 ;; 1060 1065 "") # Match enter press when finished with advanced options 1061 1066 cont=0