We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: