C version for comparison
This commit is contained in:
6
c_version/clangtest
Executable file
6
c_version/clangtest
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Reference in New Issue
Block a user