summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2008-12-14 03:05:19 +0100
committerpancake <pancake@dazo>2008-12-14 03:05:19 +0100
commit3a1053b29e5fb8109463259ee9dff3d8f4e4be5b (patch)
tree6814a8b3bb1e4e1c1cb585b48f2a530052e8a5da /config.mk
parentfc3a613276f147c73214f67839e362f08664c7b1 (diff)
download0xFFFF-3a1053b29e5fb8109463259ee9dff3d8f4e4be5b.tar.bz2
* Oops missing up0.4
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 86af3cc..851d9f3 100644
--- a/config.mk
+++ b/config.mk
@@ -3,8 +3,8 @@ PREFIX=/usr
# NetBSD stuff
-CFLAGS+=-I/usr/pkg/include
+CFLAGS+=-I/usr/pkg/include -O2
LDFLAGS+=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib
HAVE_USB=1
-HAVE_GUI=0
+HAVE_GUI=1