| Index: runtime/platform/globals.h
|
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
|
| index 231464c2f54d79d684bcf8bf35c39305022146f5..101200bec5f99d7f54b0809e9d982fbd33bd0327 100644
|
| --- a/runtime/platform/globals.h
|
| +++ b/runtime/platform/globals.h
|
| @@ -142,6 +142,10 @@
|
| #error DART_PRECOMPILED_RUNTIME and DART_PRECOMPILER are mutually exclusive
|
| #endif // defined(DART_PRECOMPILED_RUNTIME) && defined(DART_PRECOMPILER)
|
|
|
| +#if defined(DART_PRECOMPILED_RUNTIME) && defined(DART_NOSNAPSHOT)
|
| +#error DART_PRECOMPILED_RUNTIME and DART_NOSNAPSHOT are mutually exclusive
|
| +#endif // defined(DART_PRECOMPILED_RUNTIME) && defined(DART_NOSNAPSHOT)
|
| +
|
| #if defined(DART_PRECOMPILED_RUNTIME)
|
| #define NOT_IN_PRECOMPILED(code)
|
| #else
|
|
|