diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-05-15 21:54:26 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-05-15 21:54:26 +0100 |
commit | 11ea52d1709423e0f4e6702aaee2dff2a3b0107e (patch) | |
tree | b850f8349e91a48ff541aa2c97417b2f3b805d41 /config.mk | |
parent | 43540746077d4fd8ef963b5939934d32d59c9417 (diff) |
portability
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |