We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6bb6e commit fec0355Copy full SHA for fec0355
impeller/tools/build_metal_library.py
@@ -88,7 +88,9 @@ def Main():
88
command += [
89
# Embeds both sources and driver options in the output. This aids in
90
# debugging but should be removed from release builds.
91
- "-frecord-sources",
+ # TODO(chinmaygarde): Use -frecord-sources when CI upgrades to
92
+ # Xcode 13.
93
+ "-MO",
94
# Assist the sampling profiler.
95
"-gline-tables-only",
96
"-g",
0 commit comments