Compare commits
2 Commits
79409c2731
...
e627edc1a3
Author | SHA1 | Date |
---|---|---|
|
e627edc1a3 | |
|
08e65125e3 |
|
@ -890,7 +890,7 @@ function(setup_compile_params)
|
|||
endif()
|
||||
if(__lto_enabled)
|
||||
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)
|
||||
target_link_options(${__target} PRIVATE
|
||||
|
@ -2514,7 +2514,7 @@ function(generate_project_version)
|
|||
endif()
|
||||
if(arg_COMPILER_HOMEPAGE)
|
||||
set(__homepage "")
|
||||
query_compiler_information(NAME __homepage)
|
||||
query_compiler_information(HOMEPAGE __homepage)
|
||||
string(APPEND __versions "${__common_str} ${__prefix}_COMPILER_HOMEPAGE_STR[] = \"${__homepage}\";\n")
|
||||
endif()
|
||||
if(arg_BUILD_DATETIME)
|
||||
|
|
Loading…
Reference in New Issue