From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bilemail2.empirix.com (bilemail2.empirix.com [208.67.76.246]) by dpdk.org (Postfix) with ESMTP id 106BBC3BA for ; Mon, 3 Aug 2015 18:16:15 +0200 (CEST) Received: from BILEMAIL1.empirix.com (10.17.8.30) by bilemail2.empirix.com (10.17.8.31) with Microsoft SMTP Server (TLS) id 15.0.775.38; Mon, 3 Aug 2015 12:16:14 -0400 Received: from BILEMAIL1.empirix.com ([fe80::f9e0:9293:2523:f021]) by bilemail1.empirix.com ([fe80::f9e0:9293:2523:f021%22]) with mapi id 15.00.0775.031; Mon, 3 Aug 2015 12:16:14 -0400 From: "Montorsi, Francesco" To: "dev@dpdk.org" Thread-Topic: how to build dpdk in debug mode? Thread-Index: AdDOB7WjlnaelQ3SQLC9//qrwqbSDQ== Date: Mon, 3 Aug 2015 16:16:13 +0000 Message-ID: <9ab57be75fde4f72bb74c13867473794@bilemail1.empirix.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.12.50.109] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-dev] how to build dpdk in debug mode? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 16:16:15 -0000 Hi all, I have searched the archives for this, without much success. Is it possible to build dpdk user-space libraries with -O0 and -g instead o= f -O3 ? This would make debugging via GDB much more friendly... Thanks! Francesco Montorsi =09