mirror of https://github.com/ARMmbed/mbed-os.git
commit
f179946b89
|
@ -44,7 +44,7 @@ class ARM(mbedToolchain):
|
||||||
common = ["-c",
|
common = ["-c",
|
||||||
"--cpu=%s" % cpu, "--gnu",
|
"--cpu=%s" % cpu, "--gnu",
|
||||||
"-Otime", "--split_sections", "--apcs=interwork",
|
"-Otime", "--split_sections", "--apcs=interwork",
|
||||||
"--brief_diagnostics", "--restrict"
|
"--brief_diagnostics", "--restrict", "--multibyte_chars"
|
||||||
]
|
]
|
||||||
|
|
||||||
if "save-asm" in self.options:
|
if "save-asm" in self.options:
|
||||||
|
|
Loading…
Reference in New Issue