teavm/tests/compile-c-unix-fast.sh
2023-11-14 22:03:43 +03:00

4 lines
72 B
Bash
Executable File

export LC_ALL=C
SOURCE_DIR=$(pwd)
gcc -g -O0 -lrt all.c -o run_test -lm