update
This commit is contained in:
parent
79409c2731
commit
08e65125e3
|
@ -890,7 +890,7 @@ function(setup_compile_params)
|
||||||
endif()
|
endif()
|
||||||
if(__lto_enabled)
|
if(__lto_enabled)
|
||||||
target_compile_options(${__target} PRIVATE
|
target_compile_options(${__target} PRIVATE
|
||||||
$<$<CONFIG:Release>:-funified-lto -fwhole-program-vtables> # -fsplit-lto-unit
|
$<$<CONFIG:Release>:-fwhole-program-vtables> # -fsplit-lto-unit -funified-lto
|
||||||
)
|
)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
target_link_options(${__target} PRIVATE
|
target_link_options(${__target} PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue