diff options
Diffstat (limited to 'src/template/cygwin')
-rw-r--r-- | src/template/cygwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index b6ea0ded522..79a108145ff 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -2,6 +2,9 @@ SRCH_LIB="/usr/local/lib" +# Extra CFLAGS for code that will go into a shared library +CFLAGS_SL="" + # --allow-multiple-definition is required to link pg_dump because it finds # pg_toupper() etc. in both libpq and pgport # we'd prefer to use --disable-auto-import to match MSVC linking behavior, |