From patchwork Fri Apr 15 16:45:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 65942 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp33128qge; Fri, 15 Apr 2016 09:45:48 -0700 (PDT) X-Received: by 10.55.7.142 with SMTP id 136mr27846425qkh.66.1460738748867; Fri, 15 Apr 2016 09:45:48 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l80si20866982qki.14.2016.04.15.09.45.48; Fri, 15 Apr 2016 09:45:48 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 2E49D68337; Fri, 15 Apr 2016 16:45:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id B7169675B1; Fri, 15 Apr 2016 16:45:43 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 005816829B; Fri, 15 Apr 2016 16:45:41 +0000 (UTC) Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) by lists.linaro.org (Postfix) with ESMTPS id D10C46758F for ; Fri, 15 Apr 2016 16:45:39 +0000 (UTC) Received: by mail-qk0-f180.google.com with SMTP id o6so39895337qkc.2 for ; Fri, 15 Apr 2016 09:45:39 -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:cc:subject:date:message-id; bh=dqxizgNtGLgM0hV1e+mfA3kzAcaK1FErYiyKqoNU4GM=; b=QMC9gk6qGK2H6u9JPYRUKzsr9agjFig9pyaJL6YGR1inl6xcZZ/04eb+vhOo01Jwje DcrwtKwtG8yKMysPakIVkDRwfJA70Mrn02lejrHiXTOLQUXRoWdvA1sTSP2Wk4HxxVuH QndbxHtv5SoUjt7vJ2hNja+JQ3oCMkLaPMlt4O+XCP2kqdkhLd/O0RUgB8Oa2YnvUJLx Z9YOY7E1q4i4mW9GXYP0gTTbgHjKnn7OJtY361u6lrHW7LX8LxjrZbfLeQOA0MqQeas5 +QMbpvUCCckRwo8f13xSIX5kmkXZOLxIk0WrinWWTDzq7GgYMYKJkMQkQX7W156nPnUO uX/A== X-Gm-Message-State: AOPr4FXaGUk6ROi30/Xaq09IaoCEI7PzUHx8llI8XMS17xRi5Bzq4p1NtgN3XP+5frLAvc/P2Js= X-Received: by 10.55.163.16 with SMTP id m16mr26840079qke.75.1460738739606; Fri, 15 Apr 2016 09:45:39 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id c18sm20667826qgd.49.2016.04.15.09.45.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 Apr 2016 09:45:39 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 15 Apr 2016 12:45:28 -0400 Message-Id: <1460738728-20831-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] configure: default ODP_DEPUG_PRINT to false X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" As we approach a production stable release and we package for distribution inclusion, the default debug should be for the majority of users to build a performance image rather than a debug one. Signed-off-by: Mike Holmes Reviewed-by: Bill Fischofer Reviewed-by: Ricardo Salveti Reviewed-by: Ricardo Salveti --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9665d1d..a10e0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -156,10 +156,12 @@ DX_INIT_DOXYGEN($PACKAGE_NAME, ${srcdir}/doc/application-api-guide/doxygen.cfg, ########################################################################## # Enable/disable ODP_DEBUG_PRINT ########################################################################## -ODP_DEBUG_PRINT=1 +ODP_DEBUG_PRINT=0 AC_ARG_ENABLE([debug-print], [ --enable-debug-print display debugging information], - [if ! test "x$enableval" = "xyes"; then + [if test "x$enableval" = "xyes"; then + ODP_DEBUG_PRINT=1 + else ODP_DEBUG_PRINT=0 fi]) ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT"