mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
cmake debug output
This commit is contained in:
@@ -1494,7 +1494,7 @@ function Build-CMakeProject {
|
||||
Add-KeyValueIfNew $Defines CMAKE_MAKE_PROGRAM "$ninja"
|
||||
|
||||
# Generate the project
|
||||
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator)
|
||||
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator, "--trace", "-DCMAKE_VERBOSE_MAKEFILE=ON")
|
||||
if ($CacheScript) {
|
||||
$cmakeGenerateArgs += @("-C", $CacheScript)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user