From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id t54JfwKY015740 for ; Thu, 4 Jun 2015 15:41:58 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 92C63A0BA5 for ; Thu, 4 Jun 2015 19:41:56 +0000 (UTC) Subject: [PATCH 2/6] selinux-testsuite: add some default CFLAGS From: Paul Moore To: selinux@tycho.nsa.gov Date: Thu, 04 Jun 2015 15:41:55 -0400 Message-ID: <20150604194155.31270.59148.stgit@localhost> In-Reply-To: <20150604194045.31270.58300.stgit@localhost> References: <20150604194045.31270.58300.stgit@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: Signed-off-by: Paul Moore --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 8100b8f..b679137 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ -export CFLAGS+=-D_GNU_SOURCE +export CFLAGS+=-g -O0 -Wall -D_GNU_SOURCE DISTRO=$(shell ./os_detect)