autotools: remove AM_CFLAGS

AM_CFLAGS is ignored when target specific target_CFLAGS are present.
This commit is contained in:
Dmitry Podgorny
2018-11-06 11:35:52 +02:00
parent 9cc9ea86bb
commit 6aff44184e

View File

@@ -1,7 +1,6 @@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = -g -Wall
PARSER_CFLAGS=@PARSER_CFLAGS@
PARSER_LIBS=@PARSER_LIBS@