Index: runtime/BUILD.gn |
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn |
index 94de1130c21dc24f9e378607bc4ee0cec294435f..6932f9326b82a24d548d327609896a910a580d22 100644 |
--- a/runtime/BUILD.gn |
+++ b/runtime/BUILD.gn |
@@ -50,6 +50,10 @@ config("dart_config") { |
defines += ["NDEBUG"] |
} |
+ if (is_ios || is_mac) { |
+ defines += ["DART_PRECOMPILER"] |
+ } |
+ |
cflags = [ |
"-Werror", |
"-Wall", |