mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
Removed -fno-rtti from BUILD scripts
This commit is contained in:
parent
95d783af62
commit
86faa98bd7
9 changed files with 9 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue