diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-24 12:17:26 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-24 12:17:26 +1000 |
| commit | e294adf96adcc5c5897c74b3af270ff9242bde08 (patch) | |
| tree | 0e4f379b456bbb714128452d66a2c1f5d56a51a8 /.envrc | |
| parent | plugin: add image analyser (diff) | |
| download | caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.tar.gz caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.tar.bz2 caelestia-shell-e294adf96adcc5c5897c74b3af270ff9242bde08.zip | |
plugin/fsm: fix crash
Fixes #663
Fixes #681
Fixes #647
also build dev plugin with RelWithDebInfo
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ watch_file plugin/**/*.cpp watch_file plugin/**/*.hpp watch_file **/CMakeLists.txt -cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clazy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv +cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -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:-}" |