sudk/c_version/clangtest

7 lines
149 B
Plaintext
Raw Permalink Normal View History

2022-08-04 20:45:24 +02:00
#!/bin/bash
set -e
clang -Wall -Wextra -Weverything -Werror -O3 -march=native -flto -std=c17 -fstack-protector-all -s -o sudk_c "$1"
time ./sudk_c