1 parent 6fd4b36 commit ae58795Copy full SHA for ae58795
1 file changed
unix/Makefile
@@ -133,4 +133,4 @@ uninstall:
133
# build synthetically fast interpreter for benchmarking
134
fast:
135
@echo Make sure to run make -B
136
- $(MAKE) COPT="-O2 -DNDEBUG" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_fast.h>"' BUILD=build-fast
+ $(MAKE) COPT="-O2 -DNDEBUG -fno-crossjumping" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_fast.h>"' BUILD=build-fast
0 commit comments