components/Makefile.am: enable exception handling

This commit is contained in:
2019-10-27 16:24:47 +01:00
parent 3e01524baf
commit 3e58485066

View File

@@ -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) \