Skip to content

Commit

Permalink
Use -M0 instead of -frecord-sources (flutter#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored and dnfield committed Apr 27, 2022
1 parent 2a6bb6e commit fec0355
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion impeller/tools/build_metal_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ def Main():
command += [
# Embeds both sources and driver options in the output. This aids in
# debugging but should be removed from release builds.
"-frecord-sources",
# TODO(chinmaygarde): Use -frecord-sources when CI upgrades to
# Xcode 13.
"-MO",
# Assist the sampling profiler.
"-gline-tables-only",
"-g",
Expand Down

0 comments on commit fec0355

Please sign in to comment.