[open62541] Do not enable LTO by default. (#41947)

Co-authored-by: Robin Oger <roger@qcify.com>
This commit is contained in:
Stéén 2024-11-05 09:55:52 +01:00 коммит произвёл GitHub
Родитель 9935247fce
Коммит 9c58903f65
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -10,6 +10,9 @@ vcpkg_from_github(
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")
# do not enable LTO by default
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)" "")
vcpkg_replace_string("${SOURCE_PATH}/tools/cmake/open62541Config.cmake.in" "find_dependency(PythonInterp REQUIRED)" "")
vcpkg_check_features(

Просмотреть файл

@ -1,6 +1,7 @@
{
"name": "open62541",
"version": "1.3.14",
"port-version": 1,
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org",
"license": "MPL-2.0",

Просмотреть файл

@ -6586,7 +6586,7 @@
},
"open62541": {
"baseline": "1.3.14",
"port-version": 0
"port-version": 1
},
"open62541pp": {
"baseline": "0.15.0",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "59654f8355cc95fcb5bbce553890c918356495ab",
"version": "1.3.14",
"port-version": 1
},
{
"git-tree": "d4ec58974dd7eff8520638db5919283992c43cbe",
"version": "1.3.14",