Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index d97f0a74ec7524547449c5105748904ce6a977c7..c592d7381c06292083cb0cd3685dd238b31849f1 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -137,6 +137,10 @@ action("create_sdk") { |
if (defined(is_fuchsia) && is_fuchsia_host) { |
args += [ "--copy_libs" ] |
} |
+ if (defined(is_fuchsia) && (is_fuchsia || is_fuchsia_host)) { |
+ # The binaries are already stripped. |
+ args += [ "--disable_stripping" ] |
+ } |
} |
group("dart2js") { |