mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
fast fix
This commit is contained in:
parent
228a698839
commit
0eb27f5e9d
1 changed files with 1 additions and 4 deletions
|
|
@ -342,10 +342,7 @@ else()
|
||||||
add_link_options(-flto)
|
add_link_options(-flto)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(LINUX)
|
||||||
add_compile_options(-flto)
|
|
||||||
add_link_options(-flto)
|
|
||||||
elseif(LINUX)
|
|
||||||
add_compile_options(-fno-plt)
|
add_compile_options(-fno-plt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue