Skip to content

Commit cd24a1c

Browse files
committed
cmake debug output
1 parent 8d74e3d commit cd24a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ function Build-CMakeProject {
14941494
Add-KeyValueIfNew $Defines CMAKE_MAKE_PROGRAM "$ninja"
14951495

14961496
# Generate the project
1497-
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator)
1497+
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator, "--trace", "-DCMAKE_VERBOSE_MAKEFILE=ON")
14981498
if ($CacheScript) {
14991499
$cmakeGenerateArgs += @("-C", $CacheScript)
15001500
}

0 commit comments

Comments
 (0)