Commit ab0b205
committed
picolibc: Disable exceptions for picolibc libstdc++
Picolibc is targeted for smaller embedded systems. It brings improvement
over newlib-nano in case of pure C applications. However when used with
C++ applications all gains from smaller size of libc are wasted by
exception handling support in libstdc++.
This change disables exception support in picolibc libstdc++. It results
in decreased flash usage - ~9.5kB for ARM target.
Signed-off-by: Adrian Gielniewski <[email protected]>1 parent b3410d0 commit ab0b205
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments