summaryrefslogtreecommitdiff
path: root/src/ctor.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 08:06:24 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 08:06:24 +0100
commit8a90261287d7464d0c6d0d2231b41a0a9e78a3fa (patch)
tree063dd0e152012eb5f4051ae9ece46433f30fe070 /src/ctor.h
parent87d0af5e97f9d6208107cc4f5b1589430b4cd9db (diff)
Make use of exceptions explicit in compiler flags.
Diffstat (limited to 'src/ctor.h')
-rw-r--r--src/ctor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctor.h b/src/ctor.h
index dddc5ef..8b86aec 100644
--- a/src/ctor.h
+++ b/src/ctor.h
@@ -127,6 +127,7 @@ enum class cxx_opt
warn_shadow, // -Wshadow
warn_extra, // -Wextra
warnings_as_errors, // -Werror
+ exceptions, // -fexceptions
generate_dep_tree, // -MMD
no_link, // -c
include_path, // -I<arg>