Skip to content

Commit fec0355

Browse files
zandersodnfield
authored andcommitted
Use -M0 instead of -frecord-sources (flutter#5)
1 parent 2a6bb6e commit fec0355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

impeller/tools/build_metal_library.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ def Main():
8888
command += [
8989
# Embeds both sources and driver options in the output. This aids in
9090
# debugging but should be removed from release builds.
91-
"-frecord-sources",
91+
# TODO(chinmaygarde): Use -frecord-sources when CI upgrades to
92+
# Xcode 13.
93+
"-MO",
9294
# Assist the sampling profiler.
9395
"-gline-tables-only",
9496
"-g",

0 commit comments

Comments
 (0)