sudk/c_version/clangtest
2023-12-08 11:36:22 +01:00

7 lines
160 B
Bash
Executable File

#!/bin/bash
set -e
clang -Weverything -Wno-unsafe-buffer-usage -Werror -O3 -march=native -flto -std=c17 -fstack-protector-all -s -o sudk_c "$1"
time ./sudk_c