Loading build/moz.configure/windows.configure +1 −0 Original line number Diff line number Diff line Loading @@ -631,6 +631,7 @@ with only_when(depends(c_compiler)(lambda c: c.type == "clang-cl")): set_define("WIN32_LEAN_AND_MEAN", True) with only_when(depends(c_compiler)(lambda c: c.type == "clang-cl")): # See http://support.microsoft.com/kb/143208 to use STL set_define("NOMINMAX", True) Loading Loading
build/moz.configure/windows.configure +1 −0 Original line number Diff line number Diff line Loading @@ -631,6 +631,7 @@ with only_when(depends(c_compiler)(lambda c: c.type == "clang-cl")): set_define("WIN32_LEAN_AND_MEAN", True) with only_when(depends(c_compiler)(lambda c: c.type == "clang-cl")): # See http://support.microsoft.com/kb/143208 to use STL set_define("NOMINMAX", True) Loading