mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Reduce unity size
This commit is contained in:
parent
5803b910fa
commit
2171c36aff
3 changed files with 3 additions and 3 deletions
|
|
@ -197,7 +197,7 @@ juce_add_binary_data (${PLUGIN_NAME}_Assets SOURCES
|
||||||
"./plugin/Resources/Wavetables/Hyper/Hyper 06.wav"
|
"./plugin/Resources/Wavetables/Hyper/Hyper 06.wav"
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(${PLUGIN_NAME}_Assets PROPERTIES UNITY_BUILD ON UNITY_BUILD_MODE BATCH UNITY_BUILD_BATCH_SIZE 50)
|
set_target_properties(${PLUGIN_NAME}_Assets PROPERTIES UNITY_BUILD ON UNITY_BUILD_MODE BATCH UNITY_BUILD_BATCH_SIZE 10)
|
||||||
|
|
||||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ if [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then
|
||||||
cd "$ROOT"
|
cd "$ROOT"
|
||||||
|
|
||||||
cmake --preset vs
|
cmake --preset vs
|
||||||
cmake --build --preset vs --config Release -j 3
|
cmake --build --preset vs --config Release
|
||||||
|
|
||||||
cd "$ROOT/ci/bin"
|
cd "$ROOT/ci/bin"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0e2729ff522819ddb94f8df6ce1d665494a6b19a
|
Subproject commit cac21613040d2a29dbd5a22f0cb46a8bd732228c
|
||||||
Loading…
Add table
Add a link
Reference in a new issue