We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0336b3 commit b2d01e0Copy full SHA for b2d01e0
tools/platformio-build.py
@@ -48,7 +48,7 @@
48
"-Wno-error=unused-function",
49
"-Wno-unused-parameter",
50
"-Wno-sign-compare",
51
- "-fstack-protector"
+# "-fstack-protector"
52
],
53
54
CPPPATH=[
@@ -129,7 +129,8 @@ def _get_board_flash_mode(env):
129
"-T", "esp32.rom.ld",
130
"-T", "esp32.peripherals.ld",
131
"-T", "esp32.rom.spiram_incompatible_fns.ld",
132
- "-u", "ld_include_panic_highint_hdl"
+ "-u", "ld_include_panic_highint_hdl",
133
+ "-u", "__cxa_guard_dummy"
134
135
136
UPLOADERFLAGS=[
0 commit comments