mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Use -M0 instead of -frecord-sources (flutter/engine#5)
This commit is contained in:
parent
125588828e
commit
a7c3fab3d8
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user