summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-debug-max
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium64-debug-max')
-rwxr-xr-xBUILD/compile-pentium64-debug-max3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug-max b/BUILD/compile-pentium64-debug-max
index f0745c88c90..656825d8494 100755
--- a/BUILD/compile-pentium64-debug-max
+++ b/BUILD/compile-pentium64-debug-max
@@ -1,7 +1,8 @@
#! /bin/sh
path=`dirname $0`
-. "$path/SETUP.sh" $@ --with-debug=full
+set -- "$@" --with-debug=full
+. "$path/SETUP.sh"
extra_flags="$pentium64_cflags $debug_cflags $max_cflags"
c_warnings="$c_warnings $debug_extra_warnings"