Skip to content

Commit

Permalink
add a compilertool section
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Nov 30, 2024
1 parent d925cbb commit 12be5b5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cpp_17.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
'OTHER_CPLUSPLUSFLAGS/': [ ['exclude', '^-std=(?!gnu\+\+17)'] ],
},
'msvs_settings': {
'AdditionalOptions': [
'/std:c++17'
],
'AdditionalOptions/': [
['exclude', '^[/\-]std:(?!c\+\+17)']
]
'VCCLCompilerTool': {
'AdditionalOptions': [
'/std:c++17'
],
'AdditionalOptions/': [
['exclude', '^[/\-]std:(?!c\+\+17)']
]
}
}
}

0 comments on commit 12be5b5

Please sign in to comment.