Skip to content

Commit

Permalink
Enable fork safety by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 12, 2019
1 parent 87d6c6e commit 60d0ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ option(OPTION_BUILD_SCRIPTS "Build scripts." ON)
option(OPTION_BUILD_SERIALS "Build serials." ON)
option(OPTION_BUILD_DETOURS "Build detours." ON)
option(OPTION_BUILD_PORTS "Build ports." OFF)
option(OPTION_FORK_SAFE "Enable fork safety." OFF)
option(OPTION_FORK_SAFE "Enable fork safety." ON)
option(OPTION_THREAD_SAFE "Enable thread safety." OFF)
option(OPTION_COVERAGE "Enable coverage." OFF)

Expand Down Expand Up @@ -214,7 +214,7 @@ set(MODULE_NAMES
environment
format
log
memory
memory
portability
adt
reflect
Expand Down

0 comments on commit 60d0ae4

Please sign in to comment.