Skip to content

Commit

Permalink
Multithreading by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Jan 8, 2025
1 parent 0ae8ff4 commit f4fc2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ option(RODIN_CODE_COVERAGE "Compile with code coverage flags"
option(RODIN_LTO "Compile with link time optimization" OFF)
option(RODIN_FEATURE_SUMMARY "Print Rodin feature summary" ON)
option(RODIN_THREAD_SAFE "Enforces thread-safety." OFF)
option(RODIN_MULTITHREADED "Utilizes multithreading capabalities." OFF)
option(RODIN_MULTITHREADED "Utilizes multithreading capabalities." ON)
option(BUILD_SHARED_LIBS "Build using shared libraries" OFF)

if (RODIN_MULTITHREADED)
Expand Down

0 comments on commit f4fc2cc

Please sign in to comment.