Hello all,

I'm new to Godot and scons. Basically doing a default build of godot v4, where it seems debugging symbols should be auto-enabled. However, using nm I see no output. Any ideas?

$ scons --help

debug_symbols: Build with debugging symbols (yes|no)
default: True
actual: True

$ scons

$ nm godot.linuxbsd.editor.x86_64

nm: godot.linuxbsd.editor.x86_64 no symbols

kangarooos changed the title to No debugging symbols in godot v4 binary .