Add FIXME to address removing debug information from generated shaders.

This commit is contained in:
Chinmay Garde 2021-06-20 03:59:46 -07:00 committed by Dan Field
parent 88fed81b83
commit fe94b51880

View File

@ -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.