Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 6968:2fbeeee37c69
- Parent:
- 6962:bf39d414c367
- Parent:
- 6967:012b075b6814
- Child:
- 6982:e187c30f5927
--- a/tools/toolchains/gcc.py Tue Jul 19 11:34:15 2016 +0300
+++ b/tools/toolchains/gcc.py Tue Jul 19 10:42:34 2016 +0100
@@ -94,7 +94,7 @@
self.flags["common"].append("-g")
self.flags["common"].append("-O0")
else:
- self.flags["common"].append("-O2")
+ self.flags["common"].append("-Os")
main_cc = join(tool_path, "arm-none-eabi-gcc")
main_cppc = join(tool_path, "arm-none-eabi-g++")