[hackers] [dmenu] config.mk: use -std=c99 || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Mon, 28 Sep 2015 00:03:23 +0200 (CEST)

commit c15a95a061bdb8235220b37638d1b586611f0ac6
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Mon Sep 28 00:02:28 2015 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Mon Sep 28 00:02:28 2015 +0200

    config.mk: use -std=c99

diff --git a/config.mk b/config.mk
index ea23da4..faea37f 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -24,7 +24,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
 
 # flags
 CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}
 
 # compiler and linker
Received on Mon Sep 28 2015 - 00:03:23 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 28 2015 - 00:12:39 CEST