Added the --enable-debug option to the --with-no-global-partition case so that
the -Wall compiler option will be used to do more careful checking.
This commit is contained in:
parent
94784e09ca
commit
6299125535
@ -68,7 +68,7 @@ fi
|
||||
# temporarily change word delimeter in order to have spaces in options
|
||||
tmpIFS=$IFS
|
||||
IFS=:
|
||||
configure_opts="--without-MPI:--with-strict-checking:--enable-shared:--with-no-global-partition: "
|
||||
configure_opts="--without-MPI:--with-strict-checking:--enable-shared:--with-no-global-partition --enable-debug: "
|
||||
for opt in $configure_opts
|
||||
do
|
||||
# only use first part of $opt for subdir name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user