rust-ape-example/libcosmo/compile-stubs.bash

8 lines
179 B
Bash
Raw Normal View History

2022-06-22 03:55:13 +00:00
#!/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