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-solaris-sparc-debug | |
parent | 95d783af62202623dc8fe1fb75dc441652c3e48b (diff) | |
download | mariadb-git-86faa98bd7b8e9dccb0e9b20429069ba9c3f56d7.tar.gz |
Removed -fno-rtti from BUILD scripts
Diffstat (limited to 'BUILD/compile-solaris-sparc-debug')
-rwxr-xr-x | BUILD/compile-solaris-sparc-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-solaris-sparc-debug b/BUILD/compile-solaris-sparc-debug index e960039baff..194b4b94a2a 100755 --- a/BUILD/compile-solaris-sparc-debug +++ b/BUILD/compile-solaris-sparc-debug @@ -6,6 +6,6 @@ make -k clean || true path=`dirname $0` . "$path/autorun.sh" -CFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer" CXX=g++ CXXFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-debug +CFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer" CXX=g++ CXXFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -O3 -fno-omit-frame-pointer" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-debug make -j 4 |