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 1287c52

Browse filesBrowse files
authored
Add missing "-mlongcalls" flag to PlatformIO build script (espressif#4420)
Fixes possible issues with assembly files in external libraries
1 parent 25bd585 commit 1287c52
Copy full SHA for 1287c52

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tools/platformio-build.py

Copy file name to clipboardExpand all lines: tools/platformio-build.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
assert isdir(FRAMEWORK_DIR)
3636

3737
env.Append(
38-
ASFLAGS=["-x", "assembler-with-cpp"],
38+
ASFLAGS=["-x", "assembler-with-cpp", "-mlongcalls"],
3939

4040
CFLAGS=[
4141
"-std=gnu99",

0 commit comments

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