summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-05 07:08:41 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-05 07:08:41 +0100
commit203aa53eae985ca565a41c3a73019fea4518674e (patch)
tree404dd7c5827148c59a5455486a7e8e599d5d2ec2
parent6042c9f07fe79651893953e1f3f69528806a8a5d (diff)
use std=c99
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index ee10a0b..1f74d8f 100644
--- a/config.mk
+++ b/config.mk
@@ -3,5 +3,5 @@ PREFIX = /usr/local
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/share/man
-CFLAGS = -O3 -std=c90 -pedantic -Wall
+CFLAGS = -O3 -std=c99 -pedantic -Wall
#CC = cc