aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJavier S. Pedro <javier@javispedro.com>2012-07-28 18:57:15 +0200
committerJavier S. Pedro <javier@javispedro.com>2012-07-28 18:57:15 +0200
commit3cdb9f590563b1d8be9263f2db210c48351e0894 (patch)
tree2589a48b7a08a3991a0148abf492da9cc394a2ec /Makefile
parentdf8ff385c88ac61b2803262508739a699cec66f8 (diff)
downloadrodisc-3cdb9f590563b1d8be9263f2db210c48351e0894.tar.gz
rodisc-3cdb9f590563b1d8be9263f2db210c48351e0894.zip
better support for large ranges
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37b2fd6..b79947c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CFLAGS?=-Wall -Os
+CFLAGS?=-O0 -g
RODISC_PKGCONFIG:=glib-2.0 gobject-2.0 gio-unix-2.0 libsoup-2.4 avahi-gobject
-RODISC_CFLAGS:=$(shell pkg-config --cflags $(RODISC_PKGCONFIG))
+RODISC_CFLAGS:=-Wall $(shell pkg-config --cflags $(RODISC_PKGCONFIG))
RODISC_LIBS:=$(shell pkg-config --libs $(RODISC_PKGCONFIG))
all: rodiscd