macOS build fails
Following the documented build instructions, building on OSX (15.3.1) fails, with a number of clang errors for "fexperimental-library":
[ 62%] Building CXX object CMakeFiles/TracyImGui.dir/build/.cpm-cache/imgui/7a472667385eecc978f446e40d5e23678a8af918/imgui_demo.cpp.o clangclangclang: : clang: : clangclang: : errorerror: : error: errorunknown argument: '-fexperimental-library': unknown argument: '-fexperimental-library' errorunknown argument: '-fexperimental-library':
unknown argument: '-fexperimental-library' error: unknown argument: '-fexperimental-library' unknown argument: '-fexperimental-library' clang: error: unknown argument: '-fexperimental-library' make[2]: *** [CMakeFiles/TracyImGui.dir/build/.cpm-cache/imgui/7a472667385eecc978f446e40d5e23678a8af918/imgui_draw.cpp.o] Error 1
Build commands were: cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release cmake --build profiler/build --config Release --parallel
This should be fixed on master since https://github.com/wolfpld/tracy/pull/944 was merged. (This isn't included in the source tarball of the latest stable release.)
My workaround for this issue was using homebrew clang. However, the patch in #944 might work, I haven't tried that yet.