revert the debugging changes

Building a non-optimized (-O0 vs. -O2) Debian package required:

    echo 'export DEB_BUILD_OPTIONS=noopt' >> ~/.pbuilderrc
This commit is contained in:
Michael Stapelberg
2012-01-23 22:19:46 +00:00
parent 79d28f84c1
commit fbaa6d4a3d
2 changed files with 2 additions and 5 deletions

3
debian/rules vendored
View File

@ -28,8 +28,7 @@ binary-indep: install
binary: binary-arch binary-indep
override_dh_auto_build:
env
$(MAKE) -d
$(MAKE)
$(MAKE) -C man
$(MAKE) -C docs