Skip to content

Conversation

@earlephilhower
Copy link
Owner

We support both exceptions on and off, but the (only?) C++ file in the SDK is part of libpico and LWIP. Remove it so we will use GCC's build-in operator new/delete which will be correct for either option since we ship libc++ built with and without exceptions.

We support both exceptions on and off, but the (only?) C++ file in the
SDK is part of libpico and LWIP.  Remove it so we will use GCC's build-in
operator new/delete which will be correct for either option since we
ship libc++ built with and without exceptions.
The SDK will link in the same compilation unit in the LWIP builds.
Remove them to shrink the repo size a bit
@earlephilhower earlephilhower merged commit 7bfe25b into master Jan 16, 2025
28 checks passed
@earlephilhower earlephilhower deleted the xc branch January 16, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants