Skip to content

Commit 4e8761a

Browse files
Remove trailing spaces in Windows build docs (#84693)
This changes the meaning of the command, causing the remaining arguments to be truncated.
1 parent 7172f02 commit 4e8761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WindowsBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cmake -B "S:\b\1" ^
128128
-D CMAKE_CXX_FLAGS="/GS- /Oy /Gw /Gy" ^
129129
-D CMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" ^
130130
-D CMAKE_MT=mt ^
131-
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
131+
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
132132
-D LLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-windows-msvc ^
133133
-D LLVM_ENABLE_PDB=YES ^
134134
-D LLVM_EXTERNAL_CMARK_SOURCE_DIR=S:\cmark ^

0 commit comments

Comments
 (0)