8000 Sync "-u __cxx_fatal_exception" LD flag · JohnsonUTPB/arduino-esp32@7d2bffb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2bffb

Browse files
authored
Sync "-u __cxx_fatal_exception" LD flag
1 parent d1d56b5 commit 7d2bffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/platformio-build.py

Lines changed: 2 additions & 1 deletion
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)
0