From patchwork Sat May 21 13:45: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: 1063 Return-Path: Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 98E09154412 for ; Sat, 21 May 2011 15:45:18 +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 2D16794042; Sat, 21 May 2011 15:45:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1305985539; bh=t2GB4ttccWnngH2M9Mi9UxRYANFuusUbTUG/Y8hfo9k=; h=From:To:Cc:Subject:Date:Message-Id; b=PL6tgz5u8cUq7s/wyff9ihk7rT3wjDvbRoaRBtTVsNq3AB8/IkcVrRw/bWFf41ELL cJdter1FZ5sZPncgUREN/awob6ZFiBFyf+RoeAR7hfRNbvH4ZyF1QHWL4/+6wHJ6yd us8pbd36izZMm+juAScgr0a/gCM0WQ8TmK2ENWqc= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 21 May 2011 15:45:05 +0200 Message-Id: <1305985517-3763-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/13] vis: 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 13:45:18 -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 --- This patch depends on other patches submitted earlier: - vis: Remove obsolete creation of source packages - vis: Remove subversion/svk revision information Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index c808391..6867a5f 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif endif CC = gcc -CFLAGS += -pedantic -Wall -W -O1 -g3 -std=gnu99 +CFLAGS += -pedantic -Wall -W -std=gnu99 EXTRA_CFLAGS = -DDEBUG_MALLOC -DMEMORY_USAGE -DREVISION_VERSION=$(REVISION_VERSION) LDFLAGS += -lpthread