diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 00:09:09 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 00:23:19 +0200 |
| commit | 41c45d4a4d6f8bea9b45d76ddef5d8bac71cfc5a (patch) | |
| tree | 70f5e4a20a7659529a48174a50ff24da92a01e44 /configure.ac | |
| parent | 823dc403a9b56e00be4982d0082d30b8df5e53d6 (diff) | |
A start for an event handler
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ea86ca8..7a691e0 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,8 @@ AM_PROG_CC_C_O AC_LANG([C++]) DEFINES= -AX_APPEND_COMPILE_FLAGS([-fno-rtti -fno-exceptions],DEFINES) +#-fno-exceptions +AX_APPEND_COMPILE_FLAGS([-fno-rtti],DEFINES) # Test c++11 OLDCXXFLAGS="$CXXFLAGS" |
