Use -M0 instead of -frecord-sources (flutter/engine#5)

This commit is contained in:
Zachary Anderson 2022-02-04 11:11:41 -08:00 committed by Dan Field
parent 125588828e
commit a7c3fab3d8

View File

@ -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",