Runtime: C++
How the runtime is included depends on how you compile your project.
– Many codebases compile with -fno-rtti to save binary size (e.g., game engines, embedded systems). But you lose dynamic_cast and typeid . c++ runtime
:
// .init_array entry points to this function How the runtime is included depends on how
