diff options
Diffstat (limited to 'src/template/cygwin')
| -rw-r--r-- | src/template/cygwin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index ae7bb16bd1..e649d88c1b 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -2,5 +2,6 @@ SRCH_LIB="/usr/local/lib" # This is required to link pg_dump because it finds pg_toupper() in # libpq and pgport -LDFLAGS="-Wl,--allow-multiple-definition" - +LDFLAGS="-Wl,--allow-multiple-definition -Wl,--enable-auto-import" +# --enable-auto-import gets rid of a diagnostics linker message +LDFLAGS_SL="-Wl,--enable-auto-import" |
