We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUST_LOG=debug
local-build
1 parent 93bb72c commit d3d0616Copy full SHA for d3d0616
local-build.sh
@@ -6,6 +6,8 @@ if [[ "$answer" == "y" ]]; then
6
rm -r _build
7
fi
8
9
+export RUST_LOG=debug
10
+
11
meson setup _build -Dprefix="$(pwd)/_build" -Dprofile=development
12
ninja -C _build install
13
meson devenv -C _build ./src/geopard
0 commit comments