aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cf18d8a..423bf57 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
cd ${0%/*} # go to project root
-FLAGS="-g -Wall -Wextra -pedantic -lpthread"
+FLAGS="-g -Wall -Wextra -pedantic -lpthread -std=c99"
FGLFW="-lGL -lglfw"
FV4L2="-lv4l2"
FPASM="-lpulse -lpulse-simple"