From 91aee43a30bd4bdecd9ab5c7f5235c9018529c1c Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 1 Mar 2024 19:11:40 +1300 Subject: [PATCH] chore(build): enable debug symbols by default --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index d8f7ad2..d0ccc79 100644 --- a/Justfile +++ b/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