Removed the second openmp build and added a default optimization build.

This commit is contained in:
falgout 2011-01-11 01:45:27 +00:00
parent d345b5c5d5
commit 114639fee9

View File

@ -59,11 +59,11 @@ do
mv -f link.??? $output_subdir
done
# Test other builds
# Test other builds (last one is the default build)
# temporarily change word delimeter in order to have spaces in options
tmpIFS=$IFS
IFS=:
configure_opts="--enable-debug:--with-openmp:--enable-bigint"
configure_opts="--enable-debug:--enable-bigint: "
for opt in $configure_opts
do
# only use first part of $opt for subdir name