This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GfA
/
libgfatimer
Segui
5
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
2021.10.08
libgfatimer
/
demo
/
x86_64
/
buildrel.sh
buildrel.sh
93 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/bash
set -e
set -o pipefail
gcc -O3 ../main.c -o demo -pthread -lgfatimer
echo done