You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: Make Zephyr use full libstdc++ with CPP_EXCEPTIONS
When we're using C++ exceptions, we need to use the full version of
libstdc++ that includes exception support. With multilib-space, that
means using the -O2 version instead of the -Os version.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments