Skip to content

Commit

Permalink
Remove obsolete warning about linker script settings
Browse files Browse the repository at this point in the history
Resolves #745
  • Loading branch information
valeros committed Nov 29, 2023
1 parent 91d444f commit 443c2e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,6 @@ def __configure_upload_port(env):

AlwaysBuild(env.Alias("upload", upload_source, upload_actions))

#
# Information about obsolete method of specifying linker scripts
#

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.")

#
# Default targets
#
Expand Down

0 comments on commit 443c2e5

Please sign in to comment.