Make surgext build flags match the cmake side

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-02-12 19:33:32 +01:00
parent 10545938d8
commit e0ff27ebb4
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -1064,7 +1064,11 @@ SURGEXT_FLAGS += \
-Isurgext/surge/libs/tuning-library/include \
-I../deps/surge-build/libs/sst/sst-plugininfra/libs/filesystem/include \
-include limits \
-DSURGE_COMPILE_BLOCK_SIZE=8
-DSURGE_COMPILE_BLOCK_SIZE=8 \
-DSURGE_SKIP_ODDSOUND_MTS \
-DHAS_LUA=0 \
-DHAS_JUCE=0 \
-DSKIP_JUCE=1
ifneq ($(DEBUG),true)
SURGEXT_FLAGS += -DRELEASE=1