summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2019-06-13 17:53:57 +0300
committerMichael Widenius <monty@mariadb.org>2019-06-16 13:31:42 +0300
commit86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7 (patch)
tree0587fdc85c8a68a393efbeb1e64e7b44b11518a6 /BUILD/compile-dist
parent95d783af62202623dc8fe1fb75dc441652c3e48b (diff)
downloadmariadb-git-86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7.tar.gz
Removed -fno-rtti from BUILD scripts
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist2
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