Compile sys libraries without exceptions.

This commit is contained in:
Drew Galbraith 2023-06-07 09:36:14 -07:00
parent 3243b6024b
commit 65439c163a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set(_COMPILE_FLAGS "-ffreestanding -mgeneral-regs-only")
set(_COMPILE_FLAGS "-ffreestanding -fno-exceptions -mgeneral-regs-only")
set(_LINK_FLAGS "-nostdlib")
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")