Skip to content

Commit

Permalink
Pass -no-pie
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Sep 15, 2023
1 parent f7a201d commit c797fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/native_toolchain_c/lib/src/cbuilder/run_cbuilder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class RunCBuilder {
if (compiler.tool == clang) ...[
'-z',
'notext',
if (executable != null) '-no-pie',
]
],
if (std != null) '-std=$std',
Expand Down

0 comments on commit c797fac

Please sign in to comment.