Skip to content

Commit

Permalink
Build QVMs even if there is no QVM JIT
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zturtleman committed Oct 23, 2023
1 parent b1e6ef1 commit 7835918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ endif

ifneq ($(HAVE_VM_COMPILED),true)
BASE_CFLAGS += -DNO_VM_COMPILED
BUILD_GAME_QVM=0
endif

TARGETS =
Expand Down

0 comments on commit 7835918

Please sign in to comment.