eagler-teavm-fork/tests/compile-c-unix-fast.sh

4 lines
72 B
Bash
Raw Normal View History

export LC_ALL=C
SOURCE_DIR=$(pwd)
2023-11-14 11:03:43 -08:00
gcc -g -O0 -lrt all.c -o run_test -lm