Skip to content

Commit

Permalink
Use -g3 to include macros in debug symbols (MarlinFirmware#21052)
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Ryl669 authored and zillarob committed Feb 25, 2021
1 parent f9514c5 commit da13907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,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 =

#
Expand Down

0 comments on commit da13907

Please sign in to comment.