Add EFL_CXX_NO_EXCEPTIONS flag to compilation.

devs/felipealmeida/expedite-cxx
Savio Sena 9 years ago
parent e60ba2ee1f
commit ab1945dc31
  1. 2
      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"

Loading…
Cancel
Save