Generate "test" directory per project

This commit is contained in:
Ivan Kravets
2018-10-17 21:16:09 +03:00
parent 016caa731d
commit 9c30472777
4 changed files with 24 additions and 7 deletions
+1 -2
View File
@@ -290,8 +290,7 @@ def ProcessDebug(env):
env.Replace(PIODEBUGFLAGS=["-Og", "-g3", "-ggdb3"])
env.Append(
PIODEBUGFLAGS=["-D__PLATFORMIO_DEBUG__"],
BUILD_FLAGS=env.get("PIODEBUGFLAGS", [])
)
BUILD_FLAGS=env.get("PIODEBUGFLAGS", []))
unflags = ["-Os"]
for level in [0, 1, 2]:
for flag in ("O", "g", "ggdb"):