You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][CMake] Properly enable -pie hardening flag (#19447)
We rely on CMake to set the right set of compliation and link flags to
enable positition independent code and position independent execution.
Before this commit, necessary compliation flags were applied just fine,
but link flags were missing. To get link flags, some extra CMake
functions should be called.
0 commit comments