Skip to content

Commit 60d0ae4

Browse files
committed
Enable fork safety by default.
1 parent 87d6c6e commit 60d0ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ option(OPTION_BUILD_SCRIPTS "Build scripts." ON)
8282
option(OPTION_BUILD_SERIALS "Build serials." ON)
8383
option(OPTION_BUILD_DETOURS "Build detours." ON)
8484
option(OPTION_BUILD_PORTS "Build ports." OFF)
85-
option(OPTION_FORK_SAFE "Enable fork safety." OFF)
85+
option(OPTION_FORK_SAFE "Enable fork safety." ON)
8686
option(OPTION_THREAD_SAFE "Enable thread safety." OFF)
8787
option(OPTION_COVERAGE "Enable coverage." OFF)
8888

@@ -214,7 +214,7 @@ set(MODULE_NAMES
214214
environment
215215
format
216216
log
217-
memory
217+
memory
218218
portability
219219
adt
220220
reflect

0 commit comments

Comments
 (0)