google / syzygy

Syzygy Transformation Toolchain
Apache License 2.0
355 stars 59 forks source link

Use Ninja by default. #7

Open chhamilton opened 9 years ago

chhamilton commented 9 years ago

GYP still defaults to using "GYP_GENERATORS=msvs" unless otherwise specified. It should default to using "GYP_GENERATORS=ninja".

(This is likely best enforced in our custom wrapper script syzygy/build/gyp_main.py)