buildrel.sh 93 B

1234567
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. gcc -O3 ../main.c -o demo -pthread -lgfatimer
  5. echo done