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 2179182

Browse filesBrowse files
committed
2 parents 88bd512 + b2d01e0 commit 2179182
Copy full SHA for 2179182

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎tools/platformio-build.py

Copy file name to clipboardExpand all lines: tools/platformio-build.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"-Wno-error=unused-function",
4949
"-Wno-unused-parameter",
5050
"-Wno-sign-compare",
51-
"-fstack-protector"
51+
# "-fstack-protector"
5252
],
5353

5454
CPPPATH=[
@@ -129,7 +129,8 @@ def _get_board_flash_mode(env):
129129
"-T", "esp32.rom.ld",
130130
"-T", "esp32.peripherals.ld",
131131
"-T", "esp32.rom.spiram_incompatible_fns.ld",
132-
"-u", "ld_include_panic_highint_hdl"
132+
"-u", "ld_include_panic_highint_hdl",
133+
"-u", "__cxa_guard_dummy"
133134
],
134135

135136
UPLOADERFLAGS=[

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.