diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-01-27 08:06:24 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-01-27 08:06:24 +0100 |
| commit | 8a90261287d7464d0c6d0d2231b41a0a9e78a3fa (patch) | |
| tree | 063dd0e152012eb5f4051ae9ece46433f30fe070 /src/ctor.h | |
| parent | 87d0af5e97f9d6208107cc4f5b1589430b4cd9db (diff) | |
Make use of exceptions explicit in compiler flags.
Diffstat (limited to 'src/ctor.h')
| -rw-r--r-- | src/ctor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
