Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d2bffb

Browse filesBrowse files
authored
Sync "-u __cxx_fatal_exception" LD flag
1 parent d1d56b5 commit 7d2bffb
Copy full SHA for 7d2bffb

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎tools/platformio-build.py

Copy file name to clipboardExpand all lines: tools/platformio-build.py
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.