[Scummvm-git-logs] scummvm master -> ba8afae34126fc77fc3095f117ab48529292e4df
phcoder
noreply at scummvm.org
Mon Feb 27 01:36:42 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ba8afae341 MIYOOMINI: Remove --disable-detection-full
Commit: ba8afae34126fc77fc3095f117ab48529292e4df
https://github.com/scummvm/scummvm/commit/ba8afae34126fc77fc3095f117ab48529292e4df
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-02-27T02:35:48+01:00
Commit Message:
MIYOOMINI: Remove --disable-detection-full
We build almost all engines anyway, so we don't save much RAM
this way
Changed paths:
backends/platform/sdl/miyoo/build_miyoomini.sh
diff --git a/backends/platform/sdl/miyoo/build_miyoomini.sh b/backends/platform/sdl/miyoo/build_miyoomini.sh
index 75f7dad7551..fddd89b205d 100755
--- a/backends/platform/sdl/miyoo/build_miyoomini.sh
+++ b/backends/platform/sdl/miyoo/build_miyoomini.sh
@@ -8,6 +8,6 @@ SYSROOT=$TOOLCHAIN/arm-linux-gnueabihf
export PATH=$TOOLCHAIN/usr/bin:$SYSROOT/usr/include:$TOOLCHAIN/bin:$PATH
export CXX=arm-linux-gnueabihf-g++
-./configure --host=miyoomini --enable-release --disable-detection-full --enable-plugins --default-dynamic --enable-engine=testbed
+./configure --host=miyoomini --enable-release --enable-plugins --default-dynamic --enable-engine=testbed
make -j5 all sd-root sd-zip
More information about the Scummvm-git-logs
mailing list