Skip to content

Commit

Permalink
ShaderTool debug: omit MO
Browse files Browse the repository at this point in the history
  • Loading branch information
troughton committed Jun 3, 2024
1 parent 6e41a77 commit 6db6243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ShaderTool/Drivers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ final class MetalDriver {
"-target", self.targetString,
]
if debug {
arguments.append(contentsOf: ["-gline-tables-only", "-MO", "-frecord-sources"])
arguments.append(contentsOf: ["-gline-tables-only", "-frecord-sources"])
}

for define in target.targetDefines {
Expand Down

0 comments on commit 6db6243

Please sign in to comment.