Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNORE] Dummy commit to allow test CI build from known base #334

Closed
wants to merge 13 commits into from
2 changes: 1 addition & 1 deletion build.linux32ARMv6/pharo.cog.spur/build/mvm
Expand Up @@ -12,7 +12,7 @@ else
THIRDPARTYLIBS=
EXTERNALPLUGINS="plugins.ext"
fi
OPT="-g -O2 -fwrapv -DNDEBUG -DDEBUGVM=0 -DPharoVM"
OPT="-g -O2 -fwrapv -DNDEBUG -DDEBUGVM=0 -DPharoVM -DARM32"

if [ $# -ge 1 ]; then
INSTALLDIR="$1"; shift
Expand Down