diff options
author | Nathan Scott <nathans@sgi.com> | 2001-01-25 01:28:18 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2001-01-25 01:28:18 +0000 |
commit | f900966db4e369ffc6d59149ae22d82628012e4e (patch) | |
tree | 78b42ad12269b9a207a3d24928b2e9caf9ea42b7 /debian | |
parent | 02f43564629f54847c04cc32f77cb1b6ba3b89c2 (diff) | |
download | attr-f900966db4e369ffc6d59149ae22d82628012e4e.tar.gz |
little out of date - sync up with other Makepkgs.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 94b0062..bb3f545 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ pkgtmp = DIST_ROOT=`pwd`/$(dirtmp); export DIST_ROOT; pkgdev = DIST_ROOT=`pwd`/$(dirdev); export DIST_ROOT; stdenv = GZIP=-q; export GZIP; -options = DEBUG="-DNDEBUG"; OPTIMIZER="-O2 -g"; export DEBUG OPTIMIZER; +options = DEBUG="-DNDEBUG"; OPTIMIZER="-O1 -g"; export DEBUG OPTIMIZER; checkdir = test -f debian/rules build: built |