diff options
author | Javier S. Pedro <javier@javispedro.com> | 2012-07-28 18:57:15 +0200 |
---|---|---|
committer | Javier S. Pedro <javier@javispedro.com> | 2012-07-28 18:57:15 +0200 |
commit | 3cdb9f590563b1d8be9263f2db210c48351e0894 (patch) | |
tree | 2589a48b7a08a3991a0148abf492da9cc394a2ec /Makefile | |
parent | df8ff385c88ac61b2803262508739a699cec66f8 (diff) | |
download | rodisc-3cdb9f590563b1d8be9263f2db210c48351e0894.tar.gz rodisc-3cdb9f590563b1d8be9263f2db210c48351e0894.zip |
better support for large ranges
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |