-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abfe41d
commit cf2fa65
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py i686-unknown-linux-gnu C Release "$@" | ||
python3 scripts/static-pie.py --target i686-unknown-linux-gnu --lang C --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-pc-windows-gnu CFnImpl Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-pc-windows-gnu --lang CFnImpl --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-unknown-linux-gnu CFnImpl Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-unknown-linux-gnu --lang CFnImpl --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-pc-windows-gnu C Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-pc-windows-gnu --lang C --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py wasm32-unknown-unknown HTML Release "$@" | ||
python3 scripts/static-pie.py --target wasm32-unknown-unknown --lang HTML --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-pc-windows-gnu Rust Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-pc-windows-gnu --lang Rust --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-unknown-linux-gnu Rust Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-unknown-linux-gnu --lang Rust --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py wasm32-unknown-unknown JavaScript Release "$@" | ||
python3 scripts/static-pie.py --target wasm32-unknown-unknown --lang JavaScript --profile Release --cargo_args "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python3 scripts/static-pie.py x86_64-unknown-linux-gnu C Release "$@" | ||
python3 scripts/static-pie.py --target x86_64-unknown-linux-gnu --lang C --profile Release --cargo_args "$@" |