From c2d866be90f6cda72225b261ce2a01862d918b4a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 27 Oct 2019 22:56:49 +0100 Subject: [PATCH] components/Makefile.am: enable exception handling Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/4148a110a0f2fffc0970c700d9ccebd271072f0b Author: Thilo Graf Date: 2019-10-27 (Sun, 27 Oct 2019) --- src/gui/components/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/Makefile.am b/src/gui/components/Makefile.am index b245fdaf6..7cdd0f57d 100644 --- a/src/gui/components/Makefile.am +++ b/src/gui/components/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS +AM_CPPFLAGS = -fno-rtti -fexceptions -D__STDC_FORMAT_MACROS AM_CPPFLAGS += \ -I$(top_builddir) \