diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-11-03 22:32:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-11-03 22:32:24 +0100 |
commit | 22e193ddd551cf67635e73231c259415bd70c135 (patch) | |
tree | 25ff2571555022cd358b128f614d75e72c934843 /src/config.mk.in | |
parent | 2d0860d06c29f73ef42c01e2f4284e471d8023b4 (diff) | |
download | vim-22e193ddd551cf67635e73231c259415bd70c135.zip |
updated for version 7.3.050
Problem: The link script is clumsy.
Solution: Use the --as-needed linker option if available. (Kirill A.
Shutemov)
Diffstat (limited to 'src/config.mk.in')
-rw-r--r-- | src/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index 7154114ed..3b08766d1 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -30,6 +30,7 @@ TAGPRG = @TAGPRG@ 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@ |