Skip to content

Commit

Permalink
SunOS change: add -DAIO_DEBUG to mvm files
Browse files Browse the repository at this point in the history
  • Loading branch information
cstes committed Oct 12, 2020
1 parent 3e69f58 commit f32ae53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sunos32x86/squeak.cog.spur/build/mvm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ esac
MAKE=gmake
INSTALLDIR=sqcogspursunosht/usr
# Some gcc versions create a broken VM using -O2
OPT="-g -DNDEBUG -DDEBUGVM=0"
OPT="-g -DAIO_DEBUG -DNDEBUG -DDEBUGVM=0"

if [ $# -ge 1 ]; then
INSTALLDIR="$1"; shift
Expand Down
2 changes: 1 addition & 1 deletion build.sunos32x86/squeak.stack.spur/build/mvm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esac
# Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=sqstkspursunosht/usr
# Some gcc versions create a broken VM using -O2
OPT="-g -DNDEBUG -DDEBUGVM=0"
OPT="-g -DAIO_DEBUG -DNDEBUG -DDEBUGVM=0"
MAKE=gmake

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.sunos64x64/squeak.cog.spur/build/mvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
# Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=sqcogspur64sunosht/usr
# Some gcc versions create a broken VM using -O2
OPT="-g -DNDEBUG -DDEBUGVM=0"
OPT="-g -DAIO_DEBUG -DNDEBUG -DDEBUGVM=0"
MAKE=gmake

CFLAGS="$OPT -DCOGMTVM=0"
Expand Down
2 changes: 1 addition & 1 deletion build.sunos64x64/squeak.stack.spur/build/mvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
# Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=sqstkspur64sunosht/usr
# Some gcc versions create a broken VM using -O2
OPT="-g -DNDEBUG -DDEBUGVM=0"
OPT="-g -DAIO_DEBUG -DNDEBUG -DDEBUGVM=0"
MAKE=gmake

if [ $# -ge 1 ]; then
Expand Down

0 comments on commit f32ae53

Please sign in to comment.