From: Michael Tremer Date: Sat, 14 Mar 2009 17:02:34 +0000 (+0100) Subject: Force tcpdump to be compiled with -O2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafd8c75ebedba1a77380066698229628fabed80;p=ipfire-3.x.git Force tcpdump to be compiled with -O2. --- diff --git a/lfs/tcpdump b/lfs/tcpdump index b050676e5..0dd15ceef 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -51,7 +51,7 @@ define LONG_DESC the packet headers, or just the ones that match particular criteria. endef -CFLAGS += -fno-strict-aliasing +CFLAGS += -O2 -fno-strict-aliasing ############################################################################### # Top-level Rules