mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Use less verbose debug output
This commit is contained in:
@ -321,7 +321,7 @@ def ConfigureDebugFlags(env):
|
||||
|
||||
env.Append(CPPDEFINES=["__PLATFORMIO_BUILD_DEBUG__"])
|
||||
|
||||
debug_flags = ["-Og", "-g3", "-ggdb3"]
|
||||
debug_flags = ["-Og", "-g2", "-ggdb2"]
|
||||
for scope in ("ASFLAGS", "CCFLAGS", "LINKFLAGS"):
|
||||
_cleanup_debug_flags(scope)
|
||||
env.Append(**{scope: debug_flags})
|
||||
|
Reference in New Issue
Block a user