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 c6fc70e commit 685f4edCopy full SHA for 685f4ed
tools/toolchains/gcc.py
@@ -33,7 +33,7 @@ class GCC(mbedToolchain):
33
'common': ["-c", "-Wall", "-Wextra",
34
"-Wno-unused-parameter", "-Wno-missing-field-initializers",
35
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
36
- "-ffunction-sections", "-fdata-sections",
+ "-ffunction-sections", "-fdata-sections", "-funsigned-char",
37
"-MMD", "-fno-delete-null-pointer-checks", "-fomit-frame-pointer"
38
],
39
'asm': ["-x", "assembler-with-cpp"],
0 commit comments