mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Append Core (IDF) after the user libraries when linking a firmware
This commit is contained in:
@ -48,7 +48,7 @@ env.Prepend(
|
||||
"-Wno-error=unused-function",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-sign-compare",
|
||||
# "-fstack-protector"
|
||||
"-fstack-protector"
|
||||
],
|
||||
|
||||
CPPPATH=[
|
||||
@ -173,7 +173,7 @@ libs.append(envsafe.BuildLibrary(
|
||||
join(FRAMEWORK_DIR, "cores", env.BoardConfig().get("build.core"))
|
||||
))
|
||||
|
||||
env.Prepend(LIBS=libs)
|
||||
env.Append(LIBS=libs)
|
||||
|
||||
#
|
||||
# Generate partition table
|
||||
|
Reference in New Issue
Block a user