Introduction
Introduction Statistics Contact Development Disclaimer Help
Move up to C99 - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit 15e7c7796a6d6b8d9739e8215d8b3ab8b8ce5ee1
parent 6ba112096e874651ad6fcc960fa608c501aaab2d
Author: sin <[email protected]>
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(-)
---
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.