diff --git a/engine/src/flutter/impeller/tools/build_metal_library.py b/engine/src/flutter/impeller/tools/build_metal_library.py index e6ac18880fb..e9ba9bcc86b 100644 --- a/engine/src/flutter/impeller/tools/build_metal_library.py +++ b/engine/src/flutter/impeller/tools/build_metal_library.py @@ -37,6 +37,8 @@ def Main(): command = [ "xcrun", "metal", + # TODO: Embeds both sources and driver options in the output. This aids in + # debugging but should be removed from release builds. "-MO", "-gline-tables-only", # Both user and system header will be tracked.