From 78359180a447f1292787b8a8ebaa6405c6f87eed Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Thu, 17 Aug 2023 08:01:31 -0500 Subject: [PATCH] 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e658f2c44c..25ba0a9fb4 100644 --- a/Makefile +++ b/Makefile @@ -1069,7 +1069,6 @@ endif ifneq ($(HAVE_VM_COMPILED),true) BASE_CFLAGS += -DNO_VM_COMPILED - BUILD_GAME_QVM=0 endif TARGETS =