···10641064 DLLWRAP=dllwrap
10651065 RANLIB=$DEVKITARM/bin/arm-none-eabi-gcc-ranlib
1066106610671067+ # default cflags, we need -nostdlib and -ffreestanding for shared libraries to work in devkitARM
10681068+ GCCOPTS="$CCOPTS"
10691069+10671070 if [ "yes" = "$use_debug" ]; then
10681071 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/`
10691072 fi