mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
chore(build): enable debug symbols by default
This commit is contained in:
parent
a1be7fb4c3
commit
91aee43a30
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -6,7 +6,7 @@ set dotenv-load
|
|||
godot := `echo "${GODOT:-godot} --rendering-driver ${RENDERING_DRIVER:-vulkan}"`
|
||||
|
||||
build:
|
||||
cd addons/godot_xterm/native && scons
|
||||
cd addons/godot_xterm/native && scons debug_symbols=yes
|
||||
|
||||
install:
|
||||
{{godot}} --headless -s plug.gd install
|
||||
|
|
Loading…
Reference in a new issue