mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
specify debug with cmake_build_type
This commit is contained in:
parent
733604216a
commit
643749a0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False, libmesh=False):
|
|||
os.chdir('build')
|
||||
|
||||
# Build in debug mode by default
|
||||
cmake_cmd = ['cmake', '-Ddebug=on']
|
||||
cmake_cmd = ['cmake', '-DCMAKE_BUILD_TYPE=Debug']
|
||||
|
||||
# Turn off OpenMP if specified
|
||||
if not omp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue