|
@@ -3,6 +3,9 @@ dofile("../../../scripts/make-project.lua") |
|
|
|
|
|
|
|
|
package = make_juce_lv2_project("EasySSP")
|
|
|
package = make_juce_lv2_project("EasySSP")
|
|
|
|
|
|
|
|
|
|
|
|
-- FIX GCC9 compiler bug, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90006
|
|
|
|
|
|
package.config["Release"].buildoptions = { "-fno-tree-slp-vectorize" }
|
|
|
|
|
|
|
|
|
package.files = {
|
|
|
package.files = {
|
|
|
matchfiles (
|
|
|
matchfiles (
|
|
|
"../source/*.cpp",
|
|
|
"../source/*.cpp",
|
|
|