diff options
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-x | BUILD/compile-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 7f4437bf913..64147b7af80 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -48,7 +48,7 @@ if test -z "$CXX" ; then # Set some required compile options if test -z "$CXXFLAGS" ; then export CXXFLAGS - CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" + CXXFLAGS="-felide-constructors -fno-exceptions" fi fi |