Browse Source

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

X-Ryl669 3 years ago
parent
commit
ce1ec22704
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

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

Loading…
Cancel
Save