Move up to C99 - smdev - suckless mdev
(HTM) git clone git://git.suckless.org/smdev
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 15e7c7796a6d6b8d9739e8215d8b3ab8b8ce5ee1
(DIR) parent 6ba112096e874651ad6fcc960fa608c501aaab2d
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 22 Aug 2013 17:30:29 +0100
Move up to C99
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
@@ -8,5 +8,5 @@ PREFIX = /usr/local
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
-CFLAGS = -g -ansi -Wall -pedantic $(CPPFLAGS)
+CFLAGS = -g -std=c99 -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -g