You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/simdjson-flags.cmake
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,12 @@ if(SIMDJSON_ENABLE_THREADS)
117
117
endif()
118
118
119
119
# Some users compile simdjson with thread support but still do not want simdjson to use threads.
120
-
option(SIMDJSON_DO_NOT_USE_THREADS_NO_MATTER_WHAT "Whether we enabled thread support or not (SIMDJSON_ENABLE_THREADS), do not use threads. This option does nothing when thread support is not enabled."OFF)
120
+
#
121
+
# Important : Expect this option to disappear in the future.
122
+
#
123
+
option(SIMDJSON_DO_NOT_USE_THREADS_NO_MATTER_WHAT "Whether we enabled thread support or not (SIMDJSON_ENABLE_THREADS), do not use threads.\
124
+
This option does nothing when thread support is not enabled. We reserve the right to remove this option in a future release in\
0 commit comments