Remove obsolete workaround for propagating debug configurations

Resolves #883 and similar issues with build targets that don't run the platform build scripts
This commit is contained in:
Valerii Koval
2022-08-23 13:51:03 +03:00
parent e58a222e44
commit 2edc2b2581
-7
View File
@@ -506,13 +506,6 @@ if any("-Wl,-T" in f for f in env.get("LINKFLAGS", [])):
print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. "
"Please use 'board_build.ldscript' option in your 'platformio.ini' file.")
#
# A temporary workaround to propagate additional data to the debug configuration routine
#
Import("projenv")
projenv["INTEGRATION_EXTRA_DATA"] = env.get("INTEGRATION_EXTRA_DATA")
#
# Default targets
#