diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-01-22 04:03:32 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-01-22 04:03:32 +0100 |
commit | bf65330d3ef0e57d0bf2d4c6171c77038695b771 (patch) | |
tree | 67db4baf9dbf712ce1853cdcbdcc4460281ea788 /debian/rules | |
parent | adeda41eb895e75bb3884c14e123509d792635fc (diff) | |
download | cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip |
lots of UI work
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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: |