Use -g3 to include macros in debug symbols (#21052)

This commit is contained in:
X-Ryl669 2021-02-12 15:33:27 +01:00 committed by Scott Lahteine
parent 4316522146
commit 92b5f06bf9

View File

@ -212,7 +212,7 @@ extra_scripts =
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py
pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
post:buildroot/share/PlatformIO/scripts/common-dependencies-post.py
build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-constants
build_flags = -fmax-errors=5 -g3 -D__MARLIN_FIRMWARE__ -fmerge-constants
lib_deps =
#