Skip to content
Snippets Groups Projects
Commit f04f666d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Disable use of --only-* flags

parent 54c204ea
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
# libtool --only flag for modules: depends on linkage of module
# The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC)
LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC)
# platform-specific libtool flags
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment