Fix for SAMRAI build debug spec bug (#4564) (#4565)

This commit is contained in:
Jim Eliot 2017-06-21 12:38:27 +01:00 committed by Adam J. Stewart
parent 0fe9cb5d1c
commit 7c0a759a26

View File

@ -81,7 +81,7 @@ def configure_args(self):
'--with-hypre=no',
'--with-petsc=no'])
if '+debug' in spec:
if '+debug' in self.spec:
options.extend([
'--disable-opt',
'--enable-debug'])