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 224039e commit 231dae7Copy full SHA for 231dae7
CMakeLists.txt
@@ -138,6 +138,7 @@ if (COVERAGE)
138
endif()
139
endif (COVERAGE)
140
141
+add_compile_options(/Qspectre) # add Spectre mitigation compiler option. (https://docs.microsoft.com/en-us/cpp/build/reference/qspectre?view=vs-2017)
142
143
# We want to generate configuration.h from the template and make it so that it is accessible using the same
144
# path during both library build and installed header use, without littering the source dir.
0 commit comments