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 5684a0e commit 1b09ff7Copy full SHA for 1b09ff7
CMakeLists.txt
@@ -38,7 +38,7 @@ execute_process(COMMAND uname -n OUTPUT_VARIABLE BUILD_MACHINE OUTPUT_STRIP_TRAI
38
39
# Options
40
set(DEFAULT_STACK_SIZE 1048576 CACHE STRING "Default stack size (default 1048576)")
41
-option(ENABlE_FAST_SDK "Use fast SDK APIs (default OFF)")
+option(ENABLE_FAST_SDK "Use fast SDK APIs (default OFF)")
42
option(ENABLE_JEMALLOC "Use jemalloc (default OFF)")
43
option(ENABLE_MIMALLOC "Use mimalloc (default OFF)")
44
option(ENABLE_POSIX_CAP
0 commit comments