mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Try to work around mingw issues
This commit is contained in:
@@ -60,6 +60,7 @@ after_build:
|
|||||||
Remove-Item -Force .\msvc_build\bin\release\styles\*.pdb
|
Remove-Item -Force .\msvc_build\bin\release\styles\*.pdb
|
||||||
Copy-Item .\msvc_build\bin\release\* -Destination release -Recurse
|
Copy-Item .\msvc_build\bin\release\* -Destination release -Recurse
|
||||||
} else {
|
} else {
|
||||||
|
C:\msys64\usr\bin\bash.exe -lc 'strip ./mingw_build/bin/threeSD.exe'
|
||||||
Copy-Item .\mingw_build\bin\threeSD.exe -Destination release
|
Copy-Item .\mingw_build\bin\threeSD.exe -Destination release
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -104,7 +104,7 @@ else()
|
|||||||
|
|
||||||
if (MINGW_STATIC_BUILD)
|
if (MINGW_STATIC_BUILD)
|
||||||
add_definitions(-DQT_STATICPLUGIN)
|
add_definitions(-DQT_STATICPLUGIN)
|
||||||
add_compile_options("-static")
|
add_compile_options("-static -flto")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user