Basic Infos
Platform
- Hardware: All
- Core Version: >= 5.2.0-beta3
- Development Env: All
- Operating System: All
Settings in IDE
- Module: All
-Exceptions: Enabled
Problem Description
C++ Exceptions are now implemented. However, they are disabled by default. Enabling Exceptions increases bin size by a huge amount, up to 200KB depending on the application and libs linked in. This issue is meant to track further work to mitigate that.
- Investigate the reason for the big bin size increase
- Add noexcept to functions that can't throw
- figure out other ways to reduce bin size, if at all possible
Related to #1351
Basic Infos
Platform
Settings in IDE
-Exceptions: Enabled
Problem Description
C++ Exceptions are now implemented. However, they are disabled by default. Enabling Exceptions increases bin size by a huge amount, up to 200KB depending on the application and libs linked in. This issue is meant to track further work to mitigate that.
Related to #1351