Finish createModel override, fix Ildaeil race condition on load
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
749cafde2d
commit
c4426fd125
5 changed files with 78 additions and 45 deletions
|
@ -570,11 +570,14 @@ BASE_FLAGS += -I../src/Rack/dep/osdialog
|
|||
BASE_FLAGS += -I../src/Rack/dep/oui-blendish
|
||||
BASE_FLAGS += -I../src/Rack/dep/pffft
|
||||
|
||||
ifeq ($(DEBUG),true)
|
||||
BASE_FLAGS += -UDEBUG
|
||||
endif
|
||||
|
||||
ifeq ($(HEADLESS),true)
|
||||
BASE_FLAGS += -DHEADLESS
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(WASM),true)
|
||||
BASE_FLAGS += -DNANOVG_GLES2=1
|
||||
BASE_FLAGS += -msse -msse2 -msse3 -msimd128
|
||||
|
@ -611,7 +614,10 @@ BASE_FLAGS += -Wno-unused-variable
|
|||
# also from plugins
|
||||
|
||||
BASE_FLAGS += -Wno-deprecated-declarations
|
||||
|
||||
ifeq ($(MACOS),true)
|
||||
BASE_FLAGS += -Wno-unknown-warning-option
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Build targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue