mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add FIXME to address removing debug information from generated shaders.
This commit is contained in:
parent
88fed81b83
commit
fe94b51880
@ -37,6 +37,8 @@ def Main():
|
||||
command = [
|
||||
"xcrun",
|
||||
"metal",
|
||||
# TODO: Embeds both sources and driver options in the output. This aids in
|
||||
# debugging but should be removed from release builds.
|
||||
"-MO",
|
||||
"-gline-tables-only",
|
||||
# Both user and system header will be tracked.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user