mirror of https://github.com/ARMmbed/mbed-os.git
parent
0f7ece02a8
commit
37087326f2
|
@ -25,7 +25,7 @@ class ARM(mbedToolchain):
|
||||||
|
|
||||||
common = [join(ARM_BIN, "armcc"), "-c",
|
common = [join(ARM_BIN, "armcc"), "-c",
|
||||||
"--cpu=%s" % cpu, "--gnu",
|
"--cpu=%s" % cpu, "--gnu",
|
||||||
"-O0", "--split_sections", "--apcs=interwork",
|
"-Ospace", "--split_sections", "--apcs=interwork",
|
||||||
"--brief_diagnostics", "--restrict"
|
"--brief_diagnostics", "--restrict"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue