Skip to content

Commit f9dc2f0

Browse files
committed
Added the -pie flag
1 parent 179e005 commit f9dc2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
188188
# iam: showed up in buildkernel
189189
'-shared' : (0, ArgumentListFilter.linkUnaryCallback),
190190
'-static' : (0, ArgumentListFilter.linkUnaryCallback),
191+
'-pie' : (0, ArgumentListFilter.linkUnaryCallback),
191192
'-nostdlib' : (0, ArgumentListFilter.linkUnaryCallback),
192193
'-nodefaultlibs' : (0, ArgumentListFilter.linkUnaryCallback),
193194
'-rdynamic' : (0, ArgumentListFilter.linkUnaryCallback),

0 commit comments

Comments
 (0)