diff options
author | anselm@aab <unknown> | 2008-02-11 15:55:42 +0000 |
---|---|---|
committer | anselm@aab <unknown> | 2008-02-11 15:55:42 +0000 |
commit | c2c54cc0faad89483edf3ffddee3e3ff20cf8263 (patch) | |
tree | 96ee137a792d94b6f822e29c6d90921761bbf372 /config.mk | |
parent | a62630ae9200f36f2ef7df805c22213b54c776c7 (diff) |
got initial Xinerama support working, though there is a lot work todo
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |