diff options
author | Nico Weber <thakis@chromium.org> | 2015-03-10 20:45:17 (GMT) |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-03-10 20:45:17 (GMT) |
commit | 7ed4457f3b305649a71f4759aeaa7f9847b166fe (patch) | |
tree | c2d232df9b390130b583f7d4c970f3d7d88feec5 /configure.py | |
parent | 51f06facf46e7a1a5338a4ca2ec9b8441c44c405 (diff) | |
download | Ninja-7ed4457f3b305649a71f4759aeaa7f9847b166fe.zip Ninja-7ed4457f3b305649a71f4759aeaa7f9847b166fe.tar.gz Ninja-7ed4457f3b305649a71f4759aeaa7f9847b166fe.tar.bz2 |
Remove option no longer needed now that we don't use gtest.
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 48da08a..2eacbfe 100755 --- a/configure.py +++ b/configure.py @@ -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 |