summaryrefslogtreecommitdiffstats
path: root/BUILD/compile-amd64-debug-all
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-amd64-debug-all')
-rwxr-xr-xBUILD/compile-amd64-debug-all10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-debug-all b/BUILD/compile-amd64-debug-all
new file mode 100755
index 00000000..66f6f330
--- /dev/null
+++ b/BUILD/compile-amd64-debug-all
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+path=`dirname $0`
+set -- "$@" --with-debug=full
+. "$path/SETUP.sh"
+
+extra_flags="$amd64_cflags $debug_cflags"
+extra_configs="$amd64_configs $debug_configs $all_configs"
+CC="$CC --pipe"
+. "$path/FINISH.sh"