diff options
-rw-r--r-- | compiler-rt/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 455f33c7a82..6ed042cb6ad 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -150,10 +150,8 @@ else() set(SANITIZER_COMMON_CFLAGS /MT /Zi - /FS /Oy- /GS- - /wd4221 /wd4722 ) endif() |