summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 16:26:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 16:26:39 +1000
commit0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739 (patch)
tree482d6b49bb81b6e341e4feb872047a58b9af8c5e
parentplugin/fsm: update relativePath when path changed (diff)
downloadcaelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.tar.gz
caelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.tar.bz2
caelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.zip
dev: build with clazy
-rw-r--r--.envrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.envrc b/.envrc
index 17fdc9a..27125b6 100644
--- a/.envrc
+++ b/.envrc
@@ -9,10 +9,7 @@ watch_file plugin/**/*.cpp
watch_file plugin/**/*.hpp
watch_file **/CMakeLists.txt
-export CC=clang
-export CXX=clang++
-
-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv
+cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clazy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv
cmake --build build
export CAELESTIA_LIB_DIR="$PWD/build/lib"
export QML2_IMPORT_PATH="$PWD/build/qml:${QML2_IMPORT_PATH:-}"