Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5e73b8c227
commit
db2ff3850a
4 changed files with 53 additions and 29 deletions
|
@ -356,6 +356,10 @@ BUILD_CXX_FLAGS += -std=gnu++17
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CARDINAL_VARIANT),mini)
|
||||
BUILD_CXX_FLAGS += -DDISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE=0xffff
|
||||
endif
|
||||
|
||||
# Rack code is not tested for this flag, unset it
|
||||
BUILD_CXX_FLAGS += -U_GLIBCXX_ASSERTIONS -Wp,-U_GLIBCXX_ASSERTIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue