Skip to content

Commit d3d0616

Browse files
committed
feat: export RUST_LOG=debug variable when using local-build script
1 parent 93bb72c commit d3d0616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

local-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [[ "$answer" == "y" ]]; then
66
rm -r _build
77
fi
88

9+
export RUST_LOG=debug
10+
911
meson setup _build -Dprefix="$(pwd)/_build" -Dprofile=development
1012
ninja -C _build install
1113
meson devenv -C _build ./src/geopard

0 commit comments

Comments
 (0)