| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 70d40b3b428866886d1e8b42318b4036e885bbdd..0a57425a2e8cd80fb468dc17c558b9f53bf9ee44 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -177,7 +177,7 @@ DEFINE_IMPLICATION(use_strong, strong_mode)
|
|
|
| DEFINE_BOOL(es_staging, false, "enable all completed harmony features")
|
| DEFINE_BOOL(harmony, false, "enable all completed harmony features")
|
| -DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony fetaures")
|
| +DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
|
| DEFINE_IMPLICATION(harmony, es_staging)
|
| DEFINE_IMPLICATION(es_staging, harmony)
|
|
|
|
|