summaryrefslogtreecommitdiff
path: root/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index c4d3009..b49cbbc 100755
--- a/prepare
+++ b/prepare
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd $(("$1"))
-gcc -Wall -pedantic -O3 -march=native -mtune=native -flto -o "part$2" "part$2.c"
+clang -Wall -pedantic -O3 -march=native -mtune=native -flto -s -static -o "part$2" "part$2.c"