diff options
Diffstat (limited to 'prepare')
| -rwxr-xr-x | prepare | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
