From 0f96e5a8efc49b9c370efa8e08aa5eb01c28b871 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 24 Jan 2019 10:37:10 +0100 Subject: [PATCH] d/rules: don't touch opmimisations cflags directly --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/rules b/debian/rules index 4ba2241..726de80 100755 --- a/debian/rules +++ b/debian/rules @@ -14,12 +14,6 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) CFLAGS += -D_BSD_SOURCE -Wall -g LDLIBS += -lpcap -lpthread -lm -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp