Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2014-12-01 00:04:36 +0300
committerEion Robb <eion@robbmob.com>2014-12-01 00:04:36 +0300
commit9d240e67a4e5d7366031a551c478337b111ccca3 (patch)
tree8c28ac4307c0d1fed729616f25e47215208eda3d /skypeweb/Makefile.eion
parentda225c9c1c759e76aac5f90f2a93cfbe4fa2de12 (diff)
SkypeWeb : Fix segfault when downloading buddy details sometimes
Diffstat (limited to 'skypeweb/Makefile.eion')
-rw-r--r--skypeweb/Makefile.eion2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/Makefile.eion b/skypeweb/Makefile.eion
index 79d3337..87f7f23 100644
--- a/skypeweb/Makefile.eion
+++ b/skypeweb/Makefile.eion
@@ -51,4 +51,4 @@ libskypeweb.dll: ${SKYPEWEB_SOURCES}
upx libskypeweb.dll
libskypeweb-debug.dll: ${SKYPEWEB_SOURCES}
- ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe ${SKYPEWEB_SOURCES} -o $@ -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS}
+ ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O0 -pipe ${SKYPEWEB_SOURCES} -o $@ -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS}