summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>2012-04-18 09:07:57 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-02-24 08:48:52 +0100
commit3f27200bcfce7ccc236c2d48efb0ebbc1c0d73ec (patch)
tree95ede7648434ebb5e04be78f3b69310899662621
parent45a1b38a34a4d4941cfd39c9ea411e8eff57bcc0 (diff)
configure no-CFLAGS
Allow CFLAGS to default in configure.ac instead of hardwiring to -g -O2 Gbp-Pq: Name 0003-configure-no-CFLAGS.patch
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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)