From 2d3501842913098b4483142737bb525bf606218b Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Wed, 18 Apr 2012 09:07:57 +0100 Subject: 03 configure no-CFLAGS Allow CFLAGS to default in configure.ac instead of hardwiring to -g -O2 Gbp-Pq: Name 03-configure-no-CFLAGS.patch --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3d2a6c9..5640305 100644 --- a/configure.ac +++ b/configure.ac @@ -5,8 +5,6 @@ AC_CONFIG_HEADERS(config.h) AC_PROG_CC -CFLAGS='-g -Wall' - tayga_conf_path=${sysconfdir}/tayga.conf AC_SUBST(tayga_conf_path) -- cgit v1.2.3