mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Oopps, EIGEN_COMP_MSVC is not available before including Eigen.
This commit is contained in:
parent
56a750b6cc
commit
de70671937
@ -7,7 +7,7 @@
|
||||
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#if EIGEN_COMP_MSVC==1800
|
||||
#if defined(_MSC_VER) && (_MSC_VER==1800)
|
||||
// This unit test takes forever to compile in Release mode with MSVC 2013,
|
||||
// multiple hours. So let's switch off optimization for this one.
|
||||
#pragma optimize("",off)
|
||||
|
Loading…
Reference in New Issue
Block a user