diff options
Diffstat (limited to 'BUILD/compile-pentium-debug-max-no-qc')
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-qc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-max-no-qc b/BUILD/compile-pentium-debug-max-no-qc new file mode 100755 index 00000000000..4d8b568a3cf --- /dev/null +++ b/BUILD/compile-pentium-debug-max-no-qc @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +extra_configs="$pentium_configs $debug_configs $max_no_qc_configs" + +. "$path/FINISH.sh" |