diff options
author | Max Kellermann <max@duempel.org> | 2008-03-10 14:25:54 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-03-10 14:25:54 +0000 |
commit | 96a2fa60363106d10e57c97c0963090e933ad8f2 (patch) | |
tree | 9542b8515312cbdd1762572441675f0533c5eac3 /debian/rules | |
parent | 2bb43e118b9f0a3ef5c27704f29e3a671201ac7a (diff) | |
download | conntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.tar.gz conntrack-tools-96a2fa60363106d10e57c97c0963090e933ad8f2.zip |
removed "-Wall" from CFLAGS override
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5f557dc..52d1506 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 |