We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bd585 commit 1287c52Copy full SHA for 1287c52
tools/platformio-build.py
@@ -35,7 +35,7 @@
35
assert isdir(FRAMEWORK_DIR)
36
37
env.Append(
38
- ASFLAGS=["-x", "assembler-with-cpp"],
+ ASFLAGS=["-x", "assembler-with-cpp", "-mlongcalls"],
39
40
CFLAGS=[
41
"-std=gnu99",
0 commit comments