Remove /FS as it's auto-added by CMake 2.8.12.1; also, remove /wd4221 as 4221 is a linker warning, not a compiler warning

llvm-svn: 200564
This commit is contained in:
Timur Iskhodzhanov 2014-01-31 18:25:37 +00:00
parent 1b1e57514e
commit 322ce39e39
1 changed files with 0 additions and 2 deletions

View File

@ -150,10 +150,8 @@ else()
set(SANITIZER_COMMON_CFLAGS
/MT
/Zi
/FS
/Oy-
/GS-
/wd4221
/wd4722
)
endif()