Skip to content

Commit

Permalink
Merge pull request #9 from davalapar/patch-1
Browse files Browse the repository at this point in the history
Fix to run in windows (wip)
  • Loading branch information
luizperes authored Mar 6, 2019
2 parents 411bf5b + 37fd2ce commit d58f5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"msvs_settings": {
"VCCLCompilerTool": {
"AdditionalOptions": ["/arch:AVX2", "/mavx2", "/mavx", "/mbmi", "/mpclmul"]
"AdditionalOptions": ["/std:c++17", "/arch:AVX2"]
}
},
"include_dirs": ["<!@(node -p \"require('node-addon-api').include\")"],
Expand All @@ -46,4 +46,4 @@
}
]
]
}
}

0 comments on commit d58f5b2

Please sign in to comment.