We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bf720 commit 2a5ab41Copy full SHA for 2a5ab41
1 file changed
dkppc/scripts/build-gcc.sh
@@ -97,6 +97,8 @@ then
97
--with-system-zlib\
98
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 30" \
99
$CROSS_PARAMS \
100
+ $CROSS_GCC_PARAMS \
101
+ CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
102
|| { echo "Error configuring gcc stage 1"; exit 1; }
103
touch configured-gcc
104
fi
0 commit comments