commit | 00aa75b774bc1808aa7522dd527f55ec045f9139 | [log] [tgz] |
---|---|---|
author | Timur Iskhodzhanov <timurrrr@google.com> | Thu Jan 30 19:48:13 2014 +0000 |
committer | Timur Iskhodzhanov <timurrrr@google.com> | Thu Jan 30 19:48:13 2014 +0000 |
tree | 94559f6e77d7e21f6727de8d0fa58e6efa18f8d1 | |
parent | ce82a072840ed867c55faab9c8846065fe526785 [diff] [blame] |
Move /FS to SANITIZER_COMMON_CFLAGS llvm-svn: 200485
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index a442408..7772c78 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt
@@ -148,8 +148,10 @@ set(SANITIZER_COMMON_CFLAGS /MT /Zi + /FS /Oy- /GS- + /wd4221 /wd4722 ) endif()