diff --git a/justfile b/justfile index 38626b5..043446f 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ default: just --list build: - cmake -DCMAKE_BUILD_TYPE=Release -B bld/ . + cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ . make -j8 --dir bld/ rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/