Merge "Turn on HINT_FROM_SOONG by default"
This commit is contained in:
commit
abc2b2adb3
1 changed files with 3 additions and 2 deletions
|
@ -316,8 +316,9 @@ func UploadOnlyConfig(ctx Context, args ...string) Config {
|
|||
|
||||
func NewConfig(ctx Context, args ...string) Config {
|
||||
ret := &configImpl{
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
ninjaWeightListSource: HINT_FROM_SOONG,
|
||||
}
|
||||
|
||||
// Default matching ninja
|
||||
|
|
Loading…
Reference in a new issue