We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d4e06 commit 10b1b17Copy full SHA for 10b1b17
1 file changed
building/linux64ARMv8/squeak.cog.spur/build/mvm
@@ -9,6 +9,10 @@ OPT="-g -O2 -DNDEBUG -DDEBUGVM=0 -D_GNU_SOURCE -DUSEEVDEV"
9
##OPT="-g -O3 -DMUSL -DNDEBUG -DDEBUGVM=0"
10
11
if [ `uname` = "OpenBSD" ]; then
12
+ OPT="$OPT -DMUSL"
13
+ CFLAGS="$CFLAGS $OPT -I/usr/local/include"
14
+ LIBS="$LIBS -lexecinfo"
15
+ LDFLAGS="$LDFLAGS -L/usr/local/lib"
16
DUALMAP="-DDUAL_MAPPED_CODE_ZONE=0"
17
# librt and libpthread functions now supplied by libc.
18
# Many Linux systems supply empty library files but
0 commit comments