Try to work around mingw issues

This commit is contained in:
zhupengfei
2020-05-16 19:39:25 +08:00
parent 4e290ba289
commit ebab1c433b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ else()
if (MINGW_STATIC_BUILD)
add_definitions(-DQT_STATICPLUGIN)
add_compile_options("-static")
add_compile_options("-static -flto")
endif()
endif()