Skip to content

Commit 3531fe9

Browse files
refacktargos
authored andcommitted
build,deps: add NOMINMAX to V8 Windows builds
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/1456620 PR-URL: #25852 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent 1c494b0 commit 3531fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/v8/gypfiles/toolchain.gypi

+1
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@
996996
['OS=="win"', {
997997
'defines': [
998998
'WIN32',
999+
'NOMINMAX', # Refs: https://chromium-review.googlesource.com/c/v8/v8/+/1456620
9991000
],
10001001
# 4351: VS 2005 and later are warning us that they've fixed a bug
10011002
# present in VS 2003 and earlier.

0 commit comments

Comments
 (0)