feat: use clang
Some checks failed
Build and Package Tracy Profiler / build (push) Failing after 4m5s
Some checks failed
Build and Package Tracy Profiler / build (push) Failing after 4m5s
This commit is contained in:
@@ -32,6 +32,8 @@ jobs:
|
||||
run: |
|
||||
cd tracy
|
||||
mkdir -p build
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
cmake -Sprofiler -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
- name: Build Tracy
|
||||
|
||||
Reference in New Issue
Block a user