Hacker News new | ask | show | jobs
by fweimer 1404 days ago
-fno-exceptions should be sufficient for this, especially if you link statically. People also use `-fno-rtti` to save the extra data by dynamic_cast etc.