Replies: 2 comments
-
Related : |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Meant for some users only. This was planned other times before and I'm proposing something simple.
Motivation: we can reduce compiling time when not using the entire project. A smaller binary can be a faster submission to app store too.
related discussion:
https://forum.openframeworks.cc/t/bundling-osx-app-without-glut-and-without-fmodex-nasty/23503/4
my first suggestion is we can use a variable in Project.xcconfig to have fmod enabled as default, like:
So I can edit the second build phases script and put an if inside (already tested)
this way we can stop including certain libraries if desired
related ideas:
Beta Was this translation helpful? Give feedback.
All reactions