summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
commitbf65330d3ef0e57d0bf2d4c6171c77038695b771 (patch)
tree67db4baf9dbf712ce1853cdcbdcc4460281ea788 /debian/rules
parentadeda41eb895e75bb3884c14e123509d792635fc (diff)
downloadcfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz
cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip
lots of UI work
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ef96488..cbfdb57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@
#export DH_VERBOSE=1
CFLAGS = -Wall -g
+LDFLAGS = -Wl,--as-needed
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -17,6 +18,9 @@ else
CFLAGS += -Os
endif
+export CFLAGS
+export LDFLAGS
+
build: build-stamp
build-stamp: