diff options
author | andrey@lmy004. <> | 2006-01-10 21:02:19 +0100 |
---|---|---|
committer | andrey@lmy004. <> | 2006-01-10 21:02:19 +0100 |
commit | 7c049782faae98565af0c407be7ca077874b77e4 (patch) | |
tree | ed7905772f33cdc3e24dd8fbfa8894d09ed4ec0a /BUILD | |
parent | 43d563b073befe43cb7e80b760c42b5569933912 (diff) | |
parent | d2f0002e77c9ab22c57f7483c6beaabb1cd23751 (diff) | |
download | mariadb-git-7c049782faae98565af0c407be7ca077874b77e4.tar.gz |
WL #1034 (Internal CRON)
merge before push
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index ae5c8332bcd..8bcad5af746 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -79,7 +79,7 @@ fast_cflags="-O3 -fno-omit-frame-pointer" reckless_cflags="-O3 -fomit-frame-pointer " debug_cflags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX" -debug_extra_cflags="-O1 -Wuninitialized" +debug_extra_cflags="-O0" base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti" amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES" |