rust-ape-example/libcosmo/compile-stubs.bash
2022-06-22 09:25:13 +05:30

8 lines
179 B
Bash
Executable file

#!/usr/bin/env bash
set -eux
gcc -g -Os -static -nostdlib -nostdinc \
-fno-pie -no-pie -mno-red-zone \
-fno-omit-frame-pointer -pg -mnop-mcount \
-o ./stubs.o -c ./stubs.c