From 6aff44184e687233a447dd128cf11e71fc2d912c Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 6 Nov 2018 11:35:52 +0200 Subject: [PATCH] autotools: remove AM_CFLAGS AM_CFLAGS is ignored when target specific target_CFLAGS are present. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a6201a8..fc29372 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = -I m4 -AM_CFLAGS = -g -Wall PARSER_CFLAGS=@PARSER_CFLAGS@ PARSER_LIBS=@PARSER_LIBS@