switching to debug in the just build

This commit is contained in:
Chris Cochrun 2023-10-28 21:21:22 -05:00
parent b391c7eb55
commit c062c9ac56

View file

@ -1,6 +1,6 @@
default: default:
just --list just --list
build: build:
cmake -DCMAKE_BUILD_TYPE=Release -B bld/ . cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ .
make -j8 --dir bld/ make -j8 --dir bld/
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/ rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/