Skip to content

Commit 94d8a42

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

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 d03f19a88e42cb98be9604ff24b61190d1e48727
2-
# Merge: 3ce6fcc9 84454b0e
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Thu Feb 13 11:43:34 2025 +0000
5-
# Merge pull request #2680 from ldorau/Set_UMF_CUDA_INCLUDE_DIR_to_not_fetch_cudart_from_gitlab
6-
# Do not fetch cudart from gitlab for UMF
7-
set(UNIFIED_RUNTIME_TAG d03f19a88e42cb98be9604ff24b61190d1e48727)
1+
set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime.git")
2+
set(UNIFIED_RUNTIME_TAG 6ad9cbe211745e8c782011e50d978132669a90cb)

0 commit comments

Comments
 (0)