Introduce DataModel, package manifest parser and base manifest model

This commit is contained in:
Ivan Kravets
2019-09-30 17:59:06 +03:00
parent 2137eb1794
commit 5f55c18373
9 changed files with 811 additions and 27 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ def ConfigureDebugFlags(env):
env.Append(CPPDEFINES=["__PLATFORMIO_BUILD_DEBUG__"])
debug_flags = ["-Og", "-g3", "-ggdb3"]
for scope in ("ASFLAGS", "CCFLAGS",):
for scope in ("ASFLAGS", "CCFLAGS"):
_cleanup_debug_flags(scope)
env.Append(**{scope: debug_flags})