mirror of https://github.com/ARMmbed/mbed-os.git
GCC: Enable link-time optimizer for develop profile
parent
a5240da3b4
commit
516153e033
|
@ -5,7 +5,7 @@
|
|||
"-fmessage-length=0", "-fno-exceptions",
|
||||
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
|
||||
"-MMD",
|
||||
"-fomit-frame-pointer", "-Os", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"],
|
||||
"-fomit-frame-pointer", "-Os", "-flto", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"],
|
||||
"asm": ["-c", "-x", "assembler-with-cpp"],
|
||||
"c": ["-c", "-std=gnu11"],
|
||||
"cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"],
|
||||
|
|
Loading…
Reference in New Issue