Skip to content

Commit bdd539a

Browse files
committed
Make the MSVC build more verbose
Maybe this will make the error logs more useful while I debug the frame size.
1 parent e80a7fa commit bdd539a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Invoke-NativeCommand cmake -B $BuildDirectory -G Ninja `
2424
"-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT:STRING=Embedded" `
2525
"-DSTDEXEC_ENABLE_ASIO:BOOL=TRUE" `
2626
"-DSTDEXEC_ASIO_IMPLEMENTATION:STRING=boost" `
27+
"-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" `
2728
"-DSTDEXEC_BUILD_TESTS:BOOL=TRUE" .
2829
Invoke-NativeCommand cmake --build $BuildDirectory
2930
Invoke-NativeCommand ctest --test-dir $BuildDirectory

0 commit comments

Comments
 (0)