Commit 21791821 authored by me-no-dev's avatar me-no-dev
parents 88bd512b b2d01e0a
......@@ -48,7 +48,7 @@ env.Prepend(
"-Wno-error=unused-function",
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-fstack-protector"
# "-fstack-protector"
],
CPPPATH=[
......@@ -129,7 +129,8 @@ env.Append(
"-T", "esp32.rom.ld",
"-T", "esp32.peripherals.ld",
"-T", "esp32.rom.spiram_incompatible_fns.ld",
"-u", "ld_include_panic_highint_hdl"
"-u", "ld_include_panic_highint_hdl",
"-u", "__cxa_guard_dummy"
],
UPLOADERFLAGS=[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment