From patchwork Sat May 21 12:28:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 1104 Return-Path: Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id B97241540E1 for ; Sat, 21 May 2011 14:28:20 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@narfation.org; dkim-adsp=pass Received: from sven-desktop.home.narfation.org (i59F6B98B.versanet.de [89.246.185.139]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 058E094042; Sat, 21 May 2011 14:28:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1305980921; bh=9tZ0Ic2zY8pfJyuLMp5mLdWFJ5kqjjlFA2cRWIXys2k=; h=From:To:Cc:Subject:Date:Message-Id; b=Rr6GCAtK5QTslJDbAvLOtBy25gfXw2StreGcaO9AjJT6nhNwl7o1ADEUOTTV5iyoJ g9GBdhEZOW4Ilj/bDSFiGsCk/ldBV91e/w2o4AyujjkaZpfQAwcmQDjHXc3xUvLpyl 2Id7UdurzfMFh9f6gLqYkDf+9SR6AvrygOsZuSiI= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 21 May 2011 14:28:05 +0200 Message-Id: <1305980898-30494-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.5.1 Subject: [B.A.T.M.A.N.] [PATCH 01/14] batctl: Remove optimisation and debugging options X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2011 12:28:20 -0000 Distributions like Gentoo or Debian have to strip the options regarding the optimisation levels and debugging information to fulfil their policies. There is currently no valid reason why the Makefile should override it. Signed-off-by: Sven Eckelmann --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 217a00a..3b9e853 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif endif CC = gcc -CFLAGS += -pedantic -Wall -W -g3 -std=gnu99 -Os -fno-strict-aliasing +CFLAGS += -pedantic -Wall -W -std=gnu99 -fno-strict-aliasing EXTRA_CFLAGS = -DREVISION_VERSION=$(REVISION_VERSION) LDFLAGS += -lm