From ab1945dc31b682157ee16fe42d9e29b7dd2638a9 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Tue, 16 Sep 2014 19:23:19 -0300 Subject: [PATCH] Add EFL_CXX_NO_EXCEPTIONS flag to compilation. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5a26d97..2ea1dd0 100644 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ AC_MSG_CHECKING([whether the compiler supports -fno-rtti -fno-exceptions]) AC_MSG_RESULT([${have_cxx_flags}]) CXXFLAGS="${CXXFLAGS_save}" if test "x${have_cxx_flags}" = "xyes" ; then - EXPEDITE_CXXFLAGS="-fno-rtti -fno-exceptions" + EXPEDITE_CXXFLAGS="-fno-rtti -fno-exceptions -DEFL_CXX_NO_EXCEPTIONS" fi CXXFLAGS="${CXXFLAGS} -std=c++11"