Skip to content

Commit 2edc2b2

Browse files
committed
Remove obsolete workaround for propagating debug configurations
Resolves platformio#883 and similar issues with build targets that don't run the platform build scripts
1 parent e58a222 commit 2edc2b2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

builder/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -506,13 +506,6 @@ def __fetch_fs_size(target, source, env):
506506
print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. "
507507
"Please use 'board_build.ldscript' option in your 'platformio.ini' file.")
508508

509-
#
510-
# A temporary workaround to propagate additional data to the debug configuration routine
511-
#
512-
513-
Import("projenv")
514-
projenv["INTEGRATION_EXTRA_DATA"] = env.get("INTEGRATION_EXTRA_DATA")
515-
516509
#
517510
# Default targets
518511
#

0 commit comments

Comments
 (0)