forked from OSchip/llvm-project
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:
parent
1b1e57514e
commit
322ce39e39
|
@ -150,10 +150,8 @@ else()
|
|||
set(SANITIZER_COMMON_CFLAGS
|
||||
/MT
|
||||
/Zi
|
||||
/FS
|
||||
/Oy-
|
||||
/GS-
|
||||
/wd4221
|
||||
/wd4722
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue