summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-12-20 00:11:49 -0700
committersasha@mysql.sashanet.com <>2000-12-20 00:11:49 -0700
commit3c06a414d348c10d6477c1ac67caca7c4d211517 (patch)
treede377fd136090708369098e8b7c169860356c984 /BUILD/compile-pentium-debug
parente0f3ef911c5b41b5ff64bfb4cf74dc22b1d07abc (diff)
downloadmariadb-git-3c06a414d348c10d6477c1ac67caca7c4d211517.tar.gz
acconfig.h
fix to make ENCRYPT work BUILD/compile-pentium-debug debug has different warnings BUILD/FINISH.sh save symbol table and dissassembled code with symobls available before strip use $do_make for make decision instead of $make to avoid conflict BUILD/SETUP.sh export AM_MAKEFLAGS fast is now -fno-omit-frame-pointer, the opposite is now called reckless configure.in fixes to make CRYPT work again Docs/Makefile.am hack to avoid rebuilding the manual on make clean -why does Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-xBUILD/compile-pentium-debug2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug
index 37381cc47df..094c4e9ca86 100755
--- a/BUILD/compile-pentium-debug
+++ b/BUILD/compile-pentium-debug
@@ -4,6 +4,8 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $debug_cflags"
+c_warnings="$c_warnings $debug_extra_warnings"
+cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"
. "$path/FINISH.sh"