Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
3074608e
Unverified
Commit
3074608e
authored
Jun 27, 2024
by
Varun Agrawal
Committed by
Henry Schreiner
Aug 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(cmake): remove extra = in flto assignment (#5207)
parent
941f45bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
tools/pybind11Common.cmake
+1
-1
No files found.
tools/pybind11Common.cmake
View file @
3074608e
...
@@ -335,7 +335,7 @@ function(_pybind11_generate_lto target prefer_thin_lto)
...
@@ -335,7 +335,7 @@ function(_pybind11_generate_lto target prefer_thin_lto)
set
(
PYBIND11_LTO_LINKER_FLAGS
"-flto
${
thin
}${
linker_append
}
"
)
set
(
PYBIND11_LTO_LINKER_FLAGS
"-flto
${
thin
}${
linker_append
}
"
)
elseif
(
CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
elseif
(
CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
_pybind11_return_if_cxx_and_linker_flags_work
(
_pybind11_return_if_cxx_and_linker_flags_work
(
HAS_FLTO_THIN
"-flto
${
thin
}${
cxx_append
}
"
"-flto
=
${
thin
}${
linker_append
}
"
HAS_FLTO_THIN
"-flto
${
thin
}${
cxx_append
}
"
"-flto
${
thin
}${
linker_append
}
"
PYBIND11_LTO_CXX_FLAGS PYBIND11_LTO_LINKER_FLAGS
)
PYBIND11_LTO_CXX_FLAGS PYBIND11_LTO_LINKER_FLAGS
)
endif
()
endif
()
if
(
NOT HAS_FLTO_THIN
)
if
(
NOT HAS_FLTO_THIN
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment