Unverified Commit 7d2bffb0 authored by Ivan Kravets's avatar Ivan Kravets Committed by GitHub

Sync "-u __cxx_fatal_exception" LD flag

parent d1d56b59
......@@ -130,7 +130,8 @@ env.Append(
"-T", "esp32.peripherals.ld",
"-T", "esp32.rom.spiram_incompatible_fns.ld",
"-u", "ld_include_panic_highint_hdl",
"-u", "__cxa_guard_dummy"
"-u", "__cxa_guard_dummy",
"-u", "__cxx_fatal_exception"
],
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