switching to debug in the just build
This commit is contained in:
parent
b391c7eb55
commit
c062c9ac56
1 changed files with 1 additions and 1 deletions
2
justfile
2
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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue