From 1f42ea6cd3035e7b5c1abe1bfaee110e4a558401 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 18 Oct 2022 23:30:29 +0300 Subject: edit readme --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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" -- cgit v1.2.3