summaryrefslogtreecommitdiff
path: root/tools/build_native.sh
blob: 896562ac645fc79f4d73a0b0af31ae5981331ec5 (plain)
1
2
3
4
5
6
7
8
mkdir bin
rm bin/thread_shit
gcc thread_shit.c -o bin/thread_shit --std=c99
ldid -S bin/thread_shit

rm bin/testlol
gcc testlol.c -o bin/testlol --std=c99
ldid -S bin/testlol