Merge pull request #933 from nico/dupeedgefix
authorNico Weber <nicolasweber@gmx.de>
Sun, 15 Mar 2015 23:49:24 +0000 (16:49 -0700)
committerNico Weber <nicolasweber@gmx.de>
Sun, 15 Mar 2015 23:49:24 +0000 (16:49 -0700)
Build self-consistent graphs for dupe edges with multiple outputs.

configure.py

index 48da08a..2eacbfe 100755 (executable)
@@ -291,7 +291,6 @@ if platform.is_msvc():
               # We never have strings or arrays larger than 2**31.
               '/wd4267',
               '/DNOMINMAX', '/D_CRT_SECURE_NO_WARNINGS',
-              '/D_VARIADIC_MAX=10',
               '/DNINJA_PYTHON="%s"' % options.with_python]
     if options.bootstrap:
         # In bootstrap mode, we have no ninja process to catch /showIncludes