Skip to content
Snippets Groups Projects
Commit bce5a5aa authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

Eigen assertions enabled by default

parent 26d575e0
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ option(OGS_USE_MPI "Use MPI" OFF) ...@@ -73,7 +73,7 @@ option(OGS_USE_MPI "Use MPI" OFF)
# Eigen # Eigen
option(OGS_USE_EIGEN "Use EIGEN for local matrix and vector" ON) option(OGS_USE_EIGEN "Use EIGEN for local matrix and vector" ON)
option(EIGEN_NO_DEBUG "Disables Eigen's assertions" ON) option(EIGEN_NO_DEBUG "Disables Eigen's assertions" OFF)
# Logging # Logging
option(OGS_DISABLE_LOGGING "Disables all logog messages." OFF) option(OGS_DISABLE_LOGGING "Disables all logog messages." OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment