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.
2 parents 6678efe + 5822903 commit 62cac3bCopy full SHA for 62cac3b
tools/profiles/extensions/lto.json
@@ -5,6 +5,6 @@
5
},
6
"GCC_ARM": {
7
"common": ["-flto"],
8
- "ld": ["-u main"]
+ "ld": ["-u main", "-u __wrap_printf", "-u __wrap_sprintf", "-u __wrap_snprintf", "-u __wrap_vprintf", "-u __wrap_vsprintf", "-u __wrap_vsnprintf", "-u __wrap_fprintf", "-u __wrap_vfprintf"]
9
}
10
0 commit comments