mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2025-12-10 03:53:55 -06:00
fix: use SpectreMitigation attribute (#23)
This commit is contained in:
parent
dd49d71919
commit
5c1db8fb02
@ -48,11 +48,13 @@
|
||||
"libraries": [
|
||||
"userenv.lib"
|
||||
],
|
||||
"msvs_configuration_attributes": {
|
||||
"SpectreMitigation": "Spectre"
|
||||
},
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1,
|
||||
'AdditionalOptions': [
|
||||
'/Qspectre',
|
||||
'/guard:cf',
|
||||
'-std:c++17',
|
||||
'/we4244',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user