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. --- ctor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index f3b8588..3dd1b59 100644 --- a/ctor.cc +++ b/ctor.cc @@ -43,6 +43,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) "-Wconversion", // "-Wnrvo", "-Isrc", + "-fexceptions", }, }, } -- cgit v1.2.3