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 Nov 23, 2023
1 parent 75910e4 commit f4c5ddb
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 @@ -670,7 +670,6 @@ endif

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

TARGETS =
Expand Down

0 comments on commit f4c5ddb

Please sign in to comment.