Unused dependecy feature is not good when is linked with shared libraries

This commit is contained in:
Sanel Zukan 2009-02-20 14:45:52 +00:00
parent 364b729f87
commit 17523ced6f

View File

@ -52,8 +52,8 @@ GLOBALFLAGS ?= -Wall -pedantic -DHAVE_CONFIG_H -I$(TOP) $(OPTIMFLAGS) $(DEBUGFL
STDLIB ?= -lstdc++ ;
# Note that REMOVE_UNUSED_DEPENDENCIES_TRICK _does not_ works when
# edelib is compiled as shared library
REMOVE_UNUSED_DEPENDENCIES_TRICK = 1 ;
# edelib is compiled as shared library (or when is linked with some shared library)
#REMOVE_UNUSED_DEPENDENCIES_TRICK = 1 ;
# edelib libraries path
EDELIBINCLUDE ?= @EDELIB_CFLAGS@ ;