Skip to content

Commit 5bd4739

Browse files
ivankravetsCurclamas
authored andcommitted
Sync "-u __cxx_fatal_exception" LD flag
1 parent 5936190 commit 5bd4739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/platformio-build.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ def _get_board_flash_mode(env):
130130
"-T", "esp32.peripherals.ld",
131131
"-T", "esp32.rom.spiram_incompatible_fns.ld",
132132
"-u", "ld_include_panic_highint_hdl",
133-
"-u", "__cxa_guard_dummy"
133+
"-u", "__cxa_guard_dummy",
134+
"-u", "__cxx_fatal_exception"
134135
],
135136

136137
UPLOADERFLAGS=[

0 commit comments

Comments
 (0)