diff options
author | Michael Widenius <monty@mariadb.org> | 2019-06-13 17:53:57 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2019-06-16 13:31:42 +0300 |
commit | 86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7 (patch) | |
tree | 0587fdc85c8a68a393efbeb1e64e7b44b11518a6 /BUILD/compile-dist | |
parent | 95d783af62202623dc8fe1fb75dc441652c3e48b (diff) | |
download | mariadb-git-86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7.tar.gz |
Removed -fno-rtti from BUILD scripts
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 |