Skip to content

Commit

Permalink
Show Metal compiler output without requiring verbose mode
Browse files Browse the repository at this point in the history
Previously you had to use -v to see the error messages and warnings emitted by the Metal compiler
  • Loading branch information
stackotter committed Dec 18, 2023
1 parent f993ff7 commit afa005a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/swift-bundler/Bundler/MetalCompiler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ enum MetalCompiler {

let process = Process.create(
"/usr/bin/xcrun",
arguments: arguments
arguments: arguments,
runSilentlyWhenNotVerbose: false
)

let result = process.runAndWait()
Expand Down

0 comments on commit afa005a

Please sign in to comment.