Reverted the change to ARM.py from dc68b76

Fixes one of Emilio's problems :D
pull/17/head
matthewelse 2013-08-01 22:41:23 +01:00
parent 0f7ece02a8
commit 37087326f2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class ARM(mbedToolchain):
common = [join(ARM_BIN, "armcc"), "-c",
"--cpu=%s" % cpu, "--gnu",
"-O0", "--split_sections", "--apcs=interwork",
"-Ospace", "--split_sections", "--apcs=interwork",
"--brief_diagnostics", "--restrict"
]