diff options
Diffstat (limited to 'bfc.sh')
| -rwxr-xr-x | bfc.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,4 +21,7 @@ fi # compile pipeline OUT=$(cat "$SRC" | "$BFC") -echo "$OUT" | gcc -o ./bf.out -x c - +LDFLAGS="-Os -march=native -mtune=native -flto -fuse-linker-plugin -DNDEBUG -fomit-frame-pointer -nostdlib -nostartfiles -no-pie -fno-stack-protector" + +echo "$OUT" > out.c +echo "$OUT" | gcc $LDFLAGS -o ./bf.out -x c - |
