From 8a90261287d7464d0c6d0d2231b41a0a9e78a3fa Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 27 Jan 2026 08:06:24 +0100 Subject: Make use of exceptions explicit in compiler flags. --- src/ctor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ctor.h') 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 -- cgit v1.2.3