serenity/Toolchain/CMake
Gunnar Beutner d7978a3317 Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
This enables building usermode programs with exception handling. It also
builds a libstdc++ without exception support for the kernel.

This is necessary because the libstdc++ that gets built is different
when exceptions are enabled. Using the same library binary would
require extensive stubs for exception-related functionality in the
kernel.
2021-04-18 10:55:25 +02:00
..
Platform Toolchain: Fix cmake definition for CMAKE_DL_LIBS 2021-04-17 11:40:56 +02:00
CMakeToolchain.txt Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel 2021-04-18 10:55:25 +02:00