mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Unused dependecy feature is not good when is linked with shared libraries
This commit is contained in:
parent
364b729f87
commit
17523ced6f
@ -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@ ;
|
||||
|
Loading…
Reference in New Issue
Block a user