diff options
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 2e69364..d1d50e2 100755 --- a/win/configure +++ b/win/configure @@ -3932,6 +3932,11 @@ echo "${ECHO_T}$CELIB_DIR" >&6 # Set some defaults (may get changed below) EXTRA_CFLAGS="" +cat >>confdefs.h <<\_ACEOF +#define MODULE_SCOPE extern +_ACEOF + + # Extract the first word of "cygpath", so it can be a program name with args. set dummy cygpath; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 @@ -4538,7 +4543,7 @@ _ACEOF EXTRA_CFLAGS="" CFLAGS_WARNING="-W3" - LDFLAGS_DEBUG="-debug:full" + LDFLAGS_DEBUG="-debug" LDFLAGS_OPTIMIZE="-release" # Specify the CC output file names based on the target name |