mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
No need for -O0 libcompat
This commit is contained in:
@@ -11,7 +11,6 @@ man_MANS=bgpq4.8
|
||||
|
||||
bgpq4_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
bgpq4_LDADD += $(top_builddir)/compat/libcompat.la
|
||||
bgpq4_LDADD += $(top_builddir)/compat/libcompatnoopt.la
|
||||
|
||||
bgpq4_SOURCES=bgpq4.c bgpq4.h config.h bgpq4_printer.c bgpq_expander.c \
|
||||
expander_freeall.c sx_maxsockbuf.c \
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la
|
||||
noinst_LTLIBRARIES = libcompat.la
|
||||
|
||||
# compatibility functions that need to be built without optimizations
|
||||
libcompatnoopt_la_CFLAGS = -O0
|
||||
libcompatnoopt_la_SOURCES =
|
||||
|
||||
# other compatibility functions
|
||||
libcompat_la_SOURCES =
|
||||
libcompat_la_LIBADD = $(PLATFORM_LDADD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user