From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Chemparathy Subject: Re: [PATCH] mk: add support for gdb debug info generation Date: Mon, 22 Jun 2015 09:41:39 -0700 Message-ID: <20150622094139.7234c313@cchemparathy-ubuntu> References: <1434749378-8578-1-git-send-email-cchemparathy@ezchip.com> <5587BCE9.4000809@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: "Gonzalez Monroy, Sergio" Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0081.outbound.protection.outlook.com [157.55.234.81]) by dpdk.org (Postfix) with ESMTP id 15FA73784 for ; Mon, 22 Jun 2015 18:42:00 +0200 (CEST) In-Reply-To: <5587BCE9.4000809@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 22 Jun 2015 08:44:41 +0100 "Gonzalez Monroy, Sergio" wrote: > I don't think you need to modify the makefiles and introduce a new > compile time option for this. > The same result can be easily achieved by setting EXTRA_CFLAGS in the > command line. ie: > $ make install T=x86_64-native-linuxapp-gcc EXTRA_CFLAGS='-g > -ggdb' Fair enough. Please ignore this patch then. Thanks!