From 4b989212bd59a159b2834abda560a5e82ea56239 Mon Sep 17 00:00:00 2001 From: Max Topolsky Date: Thu, 5 Feb 2026 10:10:06 -0500 Subject: [PATCH] fix(preprod): remove incorrect snippet --- includes/size-analysis/build-configuration-ios.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/size-analysis/build-configuration-ios.mdx b/includes/size-analysis/build-configuration-ios.mdx index e789efec9f44c..ae1470d843d43 100644 --- a/includes/size-analysis/build-configuration-ios.mdx +++ b/includes/size-analysis/build-configuration-ios.mdx @@ -1,3 +1 @@ Features such as automatically comparing the head build against the base build **will only compare builds of the same build configuration**. This is important to consider when setting up Size Analysis in your CI. For example, `Release` and `Debug` builds can be drastically different depending on the compiler and linker settings used during the build process. Trying to compare the two would give unexpected results. - -Sometimes this is expected though, say you want to test the impact of converting your project to use Bazel (e.g. `Release` vs `Release-Bazel`). In this case, it's still possible to perform a manual comparison of builds with different build configurations.