This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
GfA
/
libgfatimer
Obserwuj
5
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
2021.10.08
libgfatimer
/
demo
/
x86_64
/
builddbg.sh
builddbg.sh
103 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
#!/bin/bash
set -e
set -o pipefail
gcc -g ../main.c -o demod -pthread -lgfatimerd -D_DEBUG
echo done