Skip to content

Commit

Permalink
fix: enable default PIE build mode
Browse files Browse the repository at this point in the history
Allows to build position-independent static binaries in the end.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 20, 2024
1 parent 1675336 commit 7d4daca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ steps:
--enable-libstdcxx-time \
--enable-checking=release \
--enable-fully-dynamic-string \
--enable-default-pie \
--disable-symvers \
--disable-gnu-indirect-function \
--disable-libmudflap \
Expand Down

0 comments on commit 7d4daca

Please sign in to comment.