mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files
unittest/examples/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS unittest/mytap/t/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS
This commit is contained in:
parent
79c4d5c9c7
commit
78224d023a
2 changed files with 0 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
|
|||
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
||||
|
||||
AM_CFLAGS = -W -Wall -ansi -pedantic
|
||||
|
||||
LDADD = -lmytap
|
||||
|
||||
noinst_PROGRAMS = simple.t skip.t todo.t skip_all.t no_plan.t
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@ AM_CPPFLAGS += -I$(srcdir)/..
|
|||
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
||||
|
||||
AM_CFLAGS = -Wall -ansi -pedantic
|
||||
|
||||
LDADD = -lmytap
|
||||
|
||||
noinst_PROGRAMS = basic.t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue