Skip to content

Commit 1dcb35d

Browse files
committed
[UR] Don't set -pie on shared objects
Fixes #16677 by only setting `-pie` linker option in Release builds on executables rather than on any type of target.
1 parent 479da1d commit 1dcb35d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
# commit 08d36b76a5b1c4f080e3301507a39525ab5ab365
2-
# Merge: 4c504dbc e6b61c67
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Tue Feb 4 13:14:19 2025 +0000
5-
# Merge pull request #2614 from kurapov-peter/spills
6-
# Add UR_KERNEL_INFO_SPILL_MEM_SIZE kernel info prop
7-
set(UNIFIED_RUNTIME_TAG 08d36b76a5b1c4f080e3301507a39525ab5ab365)
1+
set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime.git")
2+
set(UNIFIED_RUNTIME_TAG 6ad9cbe211745e8c782011e50d978132669a90cb)

0 commit comments

Comments
 (0)