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:
+1
-1
@@ -9,7 +9,7 @@ environment:
|
|||||||
# Tell msys2 to inherit the current directory when starting the shell
|
# Tell msys2 to inherit the current directory when starting the shell
|
||||||
CHERE_INVOKING: 1
|
CHERE_INVOKING: 1
|
||||||
matrix:
|
matrix:
|
||||||
# - BUILD_TYPE: mingw
|
- BUILD_TYPE: mingw
|
||||||
- BUILD_TYPE: msvc
|
- BUILD_TYPE: msvc
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|||||||
+3
-3
@@ -106,9 +106,9 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT DEBUG)
|
# if (NOT DEBUG)
|
||||||
add_compile_options("-flto")
|
# add_compile_options("-flto")
|
||||||
endif()
|
# endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(common)
|
add_subdirectory(common)
|
||||||
|
|||||||
Reference in New Issue
Block a user