From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v12 3/6] lib: add bitrate statistics library Date: Tue, 28 Mar 2017 16:45:08 +0100 Message-ID: <4d1e1b11-d90d-79dc-d032-669f701bef32@intel.com> References: <1490646097-27803-1-git-send-email-remy.horton@intel.com> <1490646097-27803-4-git-send-email-remy.horton@intel.com> <3AEA2BF9852C6F48A459DA490692831F0112E7E3@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon To: "Pattan, Reshma" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CDD5A28F3 for ; Tue, 28 Mar 2017 17:45:11 +0200 (CEST) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F0112E7E3@irsmsx110.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 28/03/2017 16:30, Pattan, Reshma wrote: [..] >> +CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) >> + > > Adding -O3 flags? Not here, as I don't think optimization flags should be in non top-level Makefiles (someone correct me if this is wrong..). Other changes done.