Type declaration for system factors.
Source Formats
Controls
The set of runtime features needed for correct imaging.
exceptionsSystem runtime exceptions support.
Stating
(control)&<http://if.fault.io/factors/system.type#exceptions>as a requirement will cause factors depending on the symbol to enable exceptions.Primarily, this is intended for
C++, but other languages that feature it as an option may use this endpoint. Notably, this will effectCas well if designated as a requirement.For
clangandgcccompilers, this will issue-fexceptionsas a compilation argument instead of-fno-exceptions.rttiRuntime Type Information support.
Stating
(control)&<http://if.fault.io/factors/system.type#rtti>as a requirement will cause factors depending on the symbol to enable RTTI.Primarily, this is intended for
C++, but other languages that feature it as an option may use this endpoint.For
clangandgcccompilers, this will issue-frttias a compilation argument instead of-fno-rtti.