Skip to content

Commit 7835918

Browse files
committed
Build QVMs even if there is no QVM JIT
The QVM interpreter works on all platforms. If building QVMs is an issue, that should probably be handled separate from whether there is a QVM JIT compiler. This enables building QVMs by default on Linux arm64.
1 parent b1e6ef1 commit 7835918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,6 @@ endif
10691069

10701070
ifneq ($(HAVE_VM_COMPILED),true)
10711071
BASE_CFLAGS += -DNO_VM_COMPILED
1072-
BUILD_GAME_QVM=0
10731072
endif
10741073

10751074
TARGETS =

0 commit comments

Comments
 (0)