Skip to content

Commit

Permalink
remove all other std options
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 17, 2024
1 parent 23ed7f8 commit b75ce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# see https://github.com/nodejs/node-gyp/issues/2412
"AdditionalOptions/": [
['exclude', '^/GR-$' ],
['exclude', '^/std:(?!c\+\+17)']
['exclude', '^[/-]std:(?!c\+\+17)']
],
"ExceptionHandling": 1,
"RuntimeTypeInfo": "true"
Expand Down

0 comments on commit b75ce86

Please sign in to comment.