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.
2 parents e6761a3 + 9af5679 commit b0af261Copy full SHA for b0af261
CMakeLists.txt
@@ -197,6 +197,9 @@ if(MSVC)
197
add_definitions(-DUSE_WINHELLO)
198
endif()
199
set(NFC_LINUX OFF)
200
+
201
+ add_compile_options(/Qspectre) # add Spectre mitigation compiler option. (https://docs.microsoft.com/en-us/cpp/build/reference/qspectre?view=vs-2017)
202
203
else()
204
include(FindPkgConfig)
205
pkg_search_module(CBOR libcbor)
0 commit comments