Skip to content

Commit 924bb61

Browse files
committed
Enabling verbose build output
1 parent f538e9b commit 924bb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function PerformBuild {
101101
}
102102

103103
Push-Location $BuildDir
104-
& meson compile $BuildTarget
104+
& meson compile -v $BuildTarget
105105
Pop-Location
106106

107107
if ( $LASTEXITCODE -ne 0 ) {

0 commit comments

Comments
 (0)