diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-05 07:08:41 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-05 07:08:41 +0100 |
commit | 203aa53eae985ca565a41c3a73019fea4518674e (patch) | |
tree | 404dd7c5827148c59a5455486a7e8e599d5d2ec2 | |
parent | 6042c9f07fe79651893953e1f3f69528806a8a5d (diff) |
use std=c99
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |