From bbf6143c5bf3ee4dc37a09c06b377d4a357cf369 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Fri, 31 Jan 2014 18:25:37 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200564 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 455f33c7a..6ed042cb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,10 +150,8 @@ else() set(SANITIZER_COMMON_CFLAGS /MT /Zi - /FS /Oy- /GS- - /wd4221 /wd4722 ) endif() -- 2.11.4.GIT