appveyor, CMake: Remove -flto; Resume mingw static

This is probably the cause of Crypto++ segfault (?)
This commit is contained in:
zhupengfei
2019-08-31 23:06:28 +08:00
parent 759b5cf2e9
commit d55af43ebd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ environment:
# Tell msys2 to inherit the current directory when starting the shell
CHERE_INVOKING: 1
matrix:
# - BUILD_TYPE: mingw
- BUILD_TYPE: mingw
- BUILD_TYPE: msvc
platform:
+3 -3
View File
@@ -106,9 +106,9 @@ else()
endif()
endif()
if (NOT DEBUG)
add_compile_options("-flto")
endif()
# if (NOT DEBUG)
# add_compile_options("-flto")
# endif()
endif()
add_subdirectory(common)