[compiler-rt] r189488 - cmake: Add /Oy- (don't omit frame pointer) to compile flags
Hans Wennborg
hans at hanshq.net
Wed Aug 28 09:14:59 PDT 2013
Author: hans
Date: Wed Aug 28 11:14:59 2013
New Revision: 189488
URL: http://llvm.org/viewvc/llvm-project?rev=189488&view=rev
Log:
cmake: Add /Oy- (don't omit frame pointer) to compile flags
Modified:
compiler-rt/trunk/CMakeLists.txt
Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=189488&r1=189487&r2=189488&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Wed Aug 28 11:14:59 2013
@@ -138,6 +138,7 @@ else()
set(SANITIZER_COMMON_CFLAGS
/MT
/Zi
+ /Oy-
/GS-
/wd4722
)
More information about the llvm-commits
mailing list