summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThomas Menari <spaceinvader@chaotika.org>2009-06-08 10:47:56 +0100
committerThomas Menari <spaceinvader@chaotika.org>2009-06-08 10:47:56 +0100
commitb6e181e82acc2f20085410f720b8ceeed8a8cbe3 (patch)
tree2d82e232f9da9f2049b5945b8fe986913ab2e73c /config.mk
parent92e8fd101c7b74cd9139bcdd061ab4a58f19a193 (diff)
downloadsurf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.gz
surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.bz2
surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.zip
merged, now has download bar, other misc fixes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index 6d24691..6d2843b 100644
--- a/config.mk
+++ b/config.mk
@@ -16,11 +16,11 @@ INCS = -I. -I/usr/include ${GTKINC}
LIBS = -L/usr/lib -lc ${GTKLIB}
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CPPFLAGS = -DVERSION=\"${VERSION}\"
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
+#LDFLAGS = ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"