diff --git a/deps/v8/gypfiles/toolchain.gypi b/deps/v8/gypfiles/toolchain.gypi index 10109024ba3ba3..eaac19592a87de 100644 --- a/deps/v8/gypfiles/toolchain.gypi +++ b/deps/v8/gypfiles/toolchain.gypi @@ -996,6 +996,7 @@ ['OS=="win"', { 'defines': [ 'WIN32', + 'NOMINMAX', # Refs: https://chromium-review.googlesource.com/c/v8/v8/+/1456620 ], # 4351: VS 2005 and later are warning us that they've fixed a bug # present in VS 2003 and earlier.