VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Otherwise...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:48:29 +0000 (03:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:48:29 +0000 (03:48 +0000)
commita1c8420f1b174aa8c1e3698861801d636b8992c5
treeccb3061c45f6cbbb3974d37f494915ab93fa6809
parent917f99354fa558e50d17191f593f81155b4ab2c3
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Otherwise, it took over 20 minutes to compile.

FIXME: Suppressing optimizations to core libraries would not be good thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159097 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/CMakeLists.txt