mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
appveyor, CMake: Remove -flto; Resume mingw static
This is probably the cause of Crypto++ segfault (?)
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user