Skip to content

Commit

Permalink
Revert "Fix CI problem(log exceed 4MB limit)"
Browse files Browse the repository at this point in the history
This reverts commit 3864c31.
  • Loading branch information
hxdnshx committed Jun 13, 2018
1 parent 9a76244 commit 1f12d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Expand Up @@ -94,8 +94,6 @@ if(WINDOWS AND GCC)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ftree-slp-vectorize")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fvect-cost-model")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ftree-partial-pre")
#Fix CI problem(log exceed 4MB limit)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Wignored-attributes")
# -fipa-cp-clone causes a SegFault in Eigen when enabled with MinGW i686 4.9.2 with dwarf exception model
#set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fipa-cp-clone")
endif()
Expand Down

0 comments on commit 1f12d93

Please sign in to comment.