Can't Build New Develop Branch with Profiling (macOS)
-
For anyone else having this problem, just turn it off, and you can compile:
- HISE_INCLUDE_PROFILING_TOOLKIT=0
- PERFETTO=0
-
@clevername27 damn, these different build configurations get too much...
-
@Christoph-Hart Simplify.
-
C clevername27 marked this topic as a question
-
In this case the preprocessor is necessary in order to ensure that there is absolutely no overhead from the profiling code in exported plugins, but at some point in the near future I‘ll switch the default to be on, then it will be at least catched by the CI build.
-
@Christoph-Hart Cheers.
-
@clevername27 FIY, that's fixed with today's commit 6bc83f40afce511cc97efe5390ead05538eb3bb6
-
@Christoph-Hart said in Can't Build New Develop Branch with Profiling (macOS):
@clevername27 FIY, that's fixed with today's commit 6bc83f40afce511cc97efe5390ead05538eb3bb6
Thank you.
-
C clevername27 has marked this topic as solved