Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Add an /FS flag to the ASan RTL CMake to make it buildable with VS2013
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200474 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
timurrrr committed Jan 30, 2014
1 parent f276ed8 commit 3b7f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (NOT MSVC)
else()
set(ASAN_CFLAGS
${SANITIZER_COMMON_CFLAGS}
/GR-)
/GR- /FS)
endif()

set(ASAN_COMMON_DEFINITIONS
Expand Down

0 comments on commit 3b7f5f4

Please sign in to comment.