Skip to content

Commit b470ea0

Browse files
committed
Fixed things that shouldn't have been changed
1 parent d899612 commit b470ea0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ NXP:
2929
* LPC4330 (Cortex-M4 + Cortex-M0)
3030
* LPC1347 (Cortex-M3)
3131
* LPC1114 (Cortex-M0)
32-
* LPC11C24 (Cortex-M0)
3332

3433
Freescale:
3534
* [KL25Z](http://mbed.org/handbook/mbed-FRDM-KL25Z) (Cortex-M0+)

workspace_tools/toolchains/arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, target, options=None, notify=None):
2525

2626
common = [join(ARM_BIN, "armcc"), "-c",
2727
"--cpu=%s" % cpu, "--gnu",
28-
"-O0", "--split_sections", "--apcs=interwork",
28+
"-Ospace", "--split_sections", "--apcs=interwork",
2929
"--brief_diagnostics", "--restrict"
3030
]
3131

0 commit comments

Comments
 (0)