commit | 22e193ddd551cf67635e73231c259415bd70c135 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 03 22:32:24 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 03 22:32:24 2010 +0100 |
tree | 25ff2571555022cd358b128f614d75e72c934843 | |
parent | 2d0860d06c29f73ef42c01e2f4284e471d8023b4 [diff] [blame] |
updated for version 7.3.050 Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
diff --git a/src/config.mk.in b/src/config.mk.in index 7154114..3b08766 100644 --- a/src/config.mk.in +++ b/src/config.mk.in
@@ -30,6 +30,7 @@ CPP = @CPP@ CPP_MM = @CPP_MM@ DEPEND_CFLAGS_FILTER = @DEPEND_CFLAGS_FILTER@ +LINK_AS_NEEDED = @LINK_AS_NEEDED@ X_CFLAGS = @X_CFLAGS@ X_LIBS_DIR = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@