mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
llvm-svn: 162917
This commit is contained in:
parent
80e2544fa6
commit
046212d038
@ -42,7 +42,7 @@ add_llvm_library(LLVMCore
|
||||
|
||||
# Workaround: It takes over 20 minutes to compile with msvc10.
|
||||
# FIXME: Suppressing optimizations to core libraries would not be good thing.
|
||||
if( MSVC_VERSION EQUAL 1600 )
|
||||
if( MSVC_VERSION LESS 1700 )
|
||||
set_property(
|
||||
SOURCE Function.cpp
|
||||
PROPERTY COMPILE_FLAGS "/Og-"
|
||||
|
Loading…
x
Reference in New Issue
Block a user