Skip to content

Commit

Permalink
Update mvm
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Apr 25, 2020
1 parent b148102 commit 39f0434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.linux64x64/squeak.cog.spur/build.itimerheartbeat/mvm
Expand Up @@ -3,7 +3,7 @@ set -e
# Spur VM with VM profiler and itimer heartbeat
INSTALLDIR=sqcogspur64linux
# Some gcc versions create a broken VM using -O2
OPT="-O2 -DNDEBUG -DDEBUGVM=0"
OPT="-g -O2 -DNDEBUG -DDEBUGVM=0"

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

0 comments on commit 39f0434

Please sign in to comment.