We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d6c6e commit 60d0ae4Copy full SHA for 60d0ae4
CMakeLists.txt
@@ -82,7 +82,7 @@ option(OPTION_BUILD_SCRIPTS "Build scripts." ON)
82
option(OPTION_BUILD_SERIALS "Build serials." ON)
83
option(OPTION_BUILD_DETOURS "Build detours." ON)
84
option(OPTION_BUILD_PORTS "Build ports." OFF)
85
-option(OPTION_FORK_SAFE "Enable fork safety." OFF)
+option(OPTION_FORK_SAFE "Enable fork safety." ON)
86
option(OPTION_THREAD_SAFE "Enable thread safety." OFF)
87
option(OPTION_COVERAGE "Enable coverage." OFF)
88
@@ -214,7 +214,7 @@ set(MODULE_NAMES
214
environment
215
format
216
log
217
- memory
+ memory
218
portability
219
adt
220
reflect
0 commit comments