mirror of
https://github.com/mirror/wget.git
synced 2025-02-06 09:40:24 +08:00
* fuzz/Makefile.am: Remove hard-coded gcc flags
This commit is contained in:
parent
07f9fbd0b3
commit
93d21e4217
@ -1,4 +1,4 @@
|
||||
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) -Wno-unused-parameter -Wno-pedantic
|
||||
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir) -I$(top_builddir)/lib -I$(top_srcdir)/lib \
|
||||
-DSRCDIR=\"$(abs_srcdir)\"
|
||||
LDADD = ../lib/libgnu.a \
|
||||
|
Loading…
Reference in New Issue
Block a user