diff options
| author | 2011-12-19 16:52:48 +0100 | |
|---|---|---|
| committer | 2011-12-19 16:52:48 +0100 | |
| commit | 6664e4233faa3d6b677a24196e9af4ac5b1920fd (patch) | |
| tree | a81d46c660dfe173c54ae802a9f3c9cacd6399b2 /config.mk | |
| parent | comment xdg fallback behaviour (diff) | |
| parent | stest: restore stream testing (diff) | |
merge stest -> default
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ INCS = -I${X11INC} LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} |
