Skip to content

Commit 9f0f3e3

Browse files
authored
Update WindowsBuild.md
Now that the flags have been fixed for the runtime build, we no longer need to ignore the overly verbose warnings. We now emit warnings which we should really cleanup.
1 parent f820c6e commit 9f0f3e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/WindowsBuild.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ cmake -G Ninja^
157157
-DCMAKE_BUILD_TYPE=RelWithDebInfo^
158158
-DCMAKE_C_COMPILER=clang-cl^
159159
-DCMAKE_CXX_COMPILER=clang-cl^
160-
-DCMAKE_CXX_FLAGS:STRING="-Wno-c++98-compat -Wno-c++98-compat-pedantic"^
161160
-DCMAKE_EXE_LINKER_FLAGS:STRING="/INCREMENTAL:NO"^
162161
-DCMAKE_SHARED_LINKER_FLAGS:STRING="/INCREMENTAL:NO"^
163162
-DSWIFT_BUILD_SOURCEKIT=ON^

0 commit comments

Comments
 (0)