summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium64')
-rwxr-xr-xBUILD/compile-pentium648
1 files changed, 3 insertions, 5 deletions
diff --git a/BUILD/compile-pentium64 b/BUILD/compile-pentium64
index e45528d3b45..bc6bbe4d089 100755
--- a/BUILD/compile-pentium64
+++ b/BUILD/compile-pentium64
@@ -1,13 +1,11 @@
#! /bin/sh
path=`dirname $0`
-. "$path/SETUP.sh" $@ --with-debug=full
+. "$path/SETUP.sh" $@
extra_flags="$pentium64_cflags $fast_cflags"
-c_warnings="$c_warnings"
-cxx_warnings="$cxx_warnings"
extra_configs="$pentium_configs $static_link"
-
-extra_configs="$extra_configs "
CC="$CC --pipe"
+strip=yes
+
. "$path/FINISH.sh"