diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-16 19:23:19 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-16 19:23:19 -0300 |
commit | 9792784abd10f5aab4db82811dc4fdd53040022f (patch) | |
tree | 2868375d65e80f126cecad7e2f5f5e3e50d3b185 | |
parent | 1efc8c8a30c457cef02bf015c4b3ab7d73a3fbde (diff) |
Add EFL_CXX_NO_EXCEPTIONS flag to compilation.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) | |||
97 | AC_MSG_RESULT([${have_cxx_flags}]) | 97 | AC_MSG_RESULT([${have_cxx_flags}]) |
98 | CXXFLAGS="${CXXFLAGS_save}" | 98 | CXXFLAGS="${CXXFLAGS_save}" |
99 | if test "x${have_cxx_flags}" = "xyes" ; then | 99 | if test "x${have_cxx_flags}" = "xyes" ; then |
100 | EXPEDITE_CXXFLAGS="-fno-rtti -fno-exceptions" | 100 | EXPEDITE_CXXFLAGS="-fno-rtti -fno-exceptions -DEFL_CXX_NO_EXCEPTIONS" |
101 | fi | 101 | fi |
102 | CXXFLAGS="${CXXFLAGS} -std=c++11" | 102 | CXXFLAGS="${CXXFLAGS} -std=c++11" |
103 | 103 | ||