Add compile flag

This commit is contained in:
augustin64 2022-05-14 14:48:54 +02:00
parent dfb33147f3
commit b676b28f2d

View File

@ -1,6 +1,6 @@
#!/bin/bash
FLAGS="-std=c99 -lm"
FLAGS="-std=c99 -lm -lpthread"
OUT="out"
if [[ $1 == "build" ]]; then