From 11ea52d1709423e0f4e6702aaee2dff2a3b0107e Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Sun, 15 May 2011 21:54:26 +0100 Subject: portability --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 126bd79..03f1670 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker -- cgit v1.2.3