Skip to content

Commit

Permalink
Merge pull request #1 from jcm93/mvklog
Browse files Browse the repository at this point in the history
suppress info- and debug-level logging in moltenVK
  • Loading branch information
LukeUsher authored Nov 24, 2024
2 parents 5a8afdb + d6fa050 commit ac682b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.macos/moltenvk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ moltenvk_patch() {
moltenvk_build() {
cd MoltenVK
./fetchDependencies --macos
xcodebuild build -quiet -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)" -configuration ${config} GCC_GENERATE_DEBUGGING_SYMBOLS=TRUE DEBUG_INFORMATION_FORMAT="dwarf-with-dsym"
xcodebuild build -quiet -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)" -configuration ${config} GCC_GENERATE_DEBUGGING_SYMBOLS=TRUE DEBUG_INFORMATION_FORMAT="dwarf-with-dsym" GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_LOG_LEVEL_INFO=0 MVK_LOG_LEVEL_DEBUG=0'
cd ..
}

Expand Down

0 comments on commit ac682b6

Please sign in to comment.