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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user