Open main menu

Difference between revisions of "Compiling ScummVM/WebOS"

m
Added -O1 parameter to circumvent a compiler bug.
m (Updated download URLs (Files are the same))
m (Added -O1 parameter to circumvent a compiler bug.)
Line 71: Line 71:
     --disable-xmms-plugin --disable-cpplibs --disable-rpath \
     --disable-xmms-plugin --disable-cpplibs --disable-rpath \
     --disable-ogg --disable-oggtest \
     --disable-ogg --disable-oggtest \
     CFLAGS="-mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
     CFLAGS="-mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp -O1"
make install
make install
</syntaxhighlight>
</syntaxhighlight>
40

edits