Skip to content

Commit 9c58903

Browse files
17steenrogerqcify
andauthored
[open62541] Do not enable LTO by default. (#41947)
Co-authored-by: Robin Oger <[email protected]>
1 parent 9935247 commit 9c58903

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

ports/open62541/portfile.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ vcpkg_from_github(
1010
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
1111
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")
1212

13+
# do not enable LTO by default
14+
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)" "")
15+
1316
vcpkg_replace_string("${SOURCE_PATH}/tools/cmake/open62541Config.cmake.in" "find_dependency(PythonInterp REQUIRED)" "")
1417

1518
vcpkg_check_features(

ports/open62541/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "open62541",
33
"version": "1.3.14",
4+
"port-version": 1,
45
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
56
"homepage": "https://open62541.org",
67
"license": "MPL-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6586,7 +6586,7 @@
65866586
},
65876587
"open62541": {
65886588
"baseline": "1.3.14",
6589-
"port-version": 0
6589+
"port-version": 1
65906590
},
65916591
"open62541pp": {
65926592
"baseline": "0.15.0",

versions/o-/open62541.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "59654f8355cc95fcb5bbce553890c918356495ab",
5+
"version": "1.3.14",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "d4ec58974dd7eff8520638db5919283992c43cbe",
510
"version": "1.3.14",

0 commit comments

Comments
 (0)