Skip to content

Commit 20a0bb6

Browse files
committed
dev: build using clang by default
1 parent 49cabbd commit 20a0bb6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ watch_file plugin/**/*.cpp
99
watch_file plugin/**/*.hpp
1010
watch_file **/CMakeLists.txt
1111

12+
export CC=clang
13+
export CXX=clang++
14+
1215
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DDISTRIBUTOR=direnv
1316
cmake --build build
1417
export CAELESTIA_LIB_DIR="$PWD/build/lib"

0 commit comments

Comments
 (0)