summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
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/SETUP.sh
parent95d783af62202623dc8fe1fb75dc441652c3e48b (diff)
downloadmariadb-git-86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7.tar.gz
Removed -fno-rtti from BUILD scripts
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 2288f149d37..d5b052b9620 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -170,7 +170,7 @@ debug_cflags="-DEXTRA_DEBUG -DSAFE_MUTEX -DSAFEMALLOC"
error_inject="--with-error-inject "
#
# Base C++ flags for all builds
-base_cxxflags="-felide-constructors -fexceptions -fno-rtti"
+base_cxxflags="-felide-constructors -fexceptions"
#
# Flags for optimizing builds.
# Be as fast as we can be without losing our ability to backtrace.