Add doc for ENABLE_QSPECTRE option (#16605)

* Add doc for ENABLE_QSPECTRE option

* Updated the link
This commit is contained in:
Ilya Churaev
2023-03-28 19:41:20 +04:00
committed by GitHub
parent 55e9cae54f
commit 05b0c58521

View File

@@ -158,6 +158,9 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
* `ENABLE_INTEGRITYCHECK` builds DLLs with [/INTEGRITYCHECK] flag:
* `OFF` is default.
* Available on MSVC compiler only.
* `ENABLE_QSPECTRE` builds with [/Qspectre] flag:
* `OFF` is default.
* Available on MSVC compiler only.
## Additional Resources
@@ -172,6 +175,7 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
[precompiled headers]:https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html
[unity build]:https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html
[/INTEGRITYCHECK]:https://docs.microsoft.com/en-us/cpp/build/reference/integritycheck-require-signature-check?view=msvc-160
[/Qspectre]:https://learn.microsoft.com/en-us/cpp/build/reference/qspectre?view=msvc-170
[Intel TBB]:https://software.intel.com/content/www/us/en/develop/tools/threading-building-blocks.html
[Python]:https://www.python.org/
[Java]:https://www.java.com/ru/
@@ -189,4 +193,4 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
[TensorFlow Lite]:https://www.tensorflow.org/lite
[PyTorch]:https://www.tensorflow.org/lite
[FlatBuffers]:https://google.github.io/flatbuffers/
[oneTBB]:https://github.com/oneapi-src/oneTBB
[oneTBB]:https://github.com/oneapi-src/oneTBB