Merge pull request #722 from Lauszus/fix/lispbm_optional

Make it possible to disable LispBM by setting "USE_LISPBM=0"
This commit is contained in:
Benjamin Vedder 2024-05-15 16:02:41 +02:00 committed by GitHub
commit 3ce9ac32a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# NOTE: Can be overridden externally. # NOTE: Can be overridden externally.
# #
USE_LISPBM=1 USE_LISPBM ?= 1
# Compiler options here. # Compiler options here.
ifeq ($(USE_OPT),) ifeq ($(USE_OPT),)