Skip to content

Commit 60c05dd

Browse files
committed
make: Disabling pie for Clang windows
Disabling pie for Clang windows since it is not supported by lld. Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
1 parent 198d419 commit 60c05dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson_crosscompile/Windows-Clang.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ cpu = ''
3030

3131
[built-in options]
3232
default_library='static'
33+
b_pie='false'

0 commit comments

Comments
 (0)