chore(build): enable debug symbols by default

This commit is contained in:
Leroy Hopson 2024-03-01 19:11:40 +13:00
parent a1be7fb4c3
commit 91aee43a30
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -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