From patchwork Mon Mar 30 10:30:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 6119801 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 32D839F32E for ; Mon, 30 Mar 2015 10:30:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 62585203AD for ; Mon, 30 Mar 2015 10:30:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 62C3820374 for ; Mon, 30 Mar 2015 10:30:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D3EC16E574; Mon, 30 Mar 2015 03:30:47 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by gabe.freedesktop.org (Postfix) with ESMTP id 2801A6E081 for ; Mon, 30 Mar 2015 03:30:44 -0700 (PDT) Received: by wibgn9 with SMTP id gn9so122614314wib.1 for ; Mon, 30 Mar 2015 03:30:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=5c94Xvf/p8B0vEEjGjizP0lr0WxlxCIObUKKAbmsatw=; b=bDfgzL2Xc5qUv/+8x62uox1sMQuZ1fzgLTIbTqRX+LFZbnuv41dY/ES470fBnxw7hZ 4WcoM1b2XI/QKO90AeACEoE6cd9xat6WIiwE2hya3YY/m2MyIt3l15c+fOmxd1mPG3eY ezEyaKJiFBegVbhT1P126RB+0KUZIozK6f0rMqWQ5S7St1GGcIncNgAl5K0cmOCgTLiO 1473ZdqIC5nt4LxuI1eE+gb8VOTitJ/bzhLdp5NmKC34qa/lZxw4yCfKfHugtNR9VLIl +iMdKZ5mDHvEN7jiyy6RGgZh8r8TtggxWWs4c6eVhthKxxlTWJhBTC/znsrak25Vgs/G Plcg== X-Gm-Message-State: ALoCoQmb/rfCsW+T2lQXc+8JOjZY4+SaxJHlg0jhZbuO6xjl8UFgo2WbfuaBf0Yt+EIJK/j9AQf/ X-Received: by 10.180.101.233 with SMTP id fj9mr12711584wib.65.1427711443532; Mon, 30 Mar 2015 03:30:43 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id g2sm19455879wib.1.2015.03.30.03.30.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 03:30:42 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Mon, 30 Mar 2015 11:30:42 +0100 Message-Id: <1427711442-4083-2-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1427711442-4083-1-git-send-email-thomas.wood@intel.com> References: <1427711442-4083-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 2/2] lib: add debug flags X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Thomas Wood --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 4db90d4..870b1a1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libintel_tools.la noinst_HEADERS = check-ndebug.h AM_CPPFLAGS = -I$(top_srcdir) -AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(LIBUNWIND_CFLAGS) \ +AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(LIBUNWIND_CFLAGS) $(DEBUG_CFLAGS) \ -DIGT_DATADIR=\""$(abs_top_srcdir)/tests"\" \ -DIGT_LOG_DOMAIN=\""$(subst _,-,$*)"\" \ -pthread