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
+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)