From eefeec2c754fafab48b2f14a957969eccfc38889 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 25 Dec 2007 20:56:08 +0000 Subject: [PATCH] Correct optimization/noopt check --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 92d16e6..82b2120 100755 --- a/debian/rules +++ b/debian/rules @@ -26,9 +26,9 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed CFLAGS += -Wall -g ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O2 -else CFLAGS += -O0 +else + CFLAGS += -O2 endif -- 2.39.2