summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorpancake@flubox <pancake@flubox>2009-12-21 14:40:12 +0100
committerpancake@flubox <pancake@flubox>2009-12-21 14:40:12 +0100
commit3f975a93b312d569af99b200f2a695d22a6fd55d (patch)
tree59a7bdd913104cb22c3ef94ed3e2d1d23ef93944 /config.mk
parent5f4476566d894e0bab91a8257dbffa839fe4975b (diff)
download0xFFFF-3f975a93b312d569af99b200f2a695d22a6fd55d.tar.bz2
* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * Various random checks to ensure read/write ops are success
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 851d9f3..b4fb406 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@ PREFIX=/usr
# NetBSD stuff
-CFLAGS+=-I/usr/pkg/include -O2
+CFLAGS+=-I/usr/pkg/include -g -O2
LDFLAGS+=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib
HAVE_USB=1