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

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-12-20 22:51:27 +0300
committerjgeboski <jgeboski@gmail.com>2015-12-20 22:59:01 +0300
commit03c5d698f318dab63ac00d2fa2229948e12ea80e (patch)
treeb2f2c0f1f06e464ca830dc749d6b2dd326962c67
parent1aae55be6fd0dd24c3944b532a04426954ab171e (diff)
Makefile.mingw: enable debugging CFLAGS by default
-rw-r--r--Makefile.mingw6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 2377a8e..0103035 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -15,10 +15,8 @@ GTK_BIN = $(GTK_TOP)/bin
GLIB_GENMARSHAL = $(GTK_BIN)/glib-genmarshal
JSON_GLIB_TOP = $(WIN32_DEV_TOP)/json-glib-0.14
-export CFLAGS = \
- -include purple-compat.h \
- -Wno-unused-variable \
- -Wno-unused-but-set-variable
+CFLAGS = -O0 -g
+export CFLAGS += -include purple-compat.h
export DEFINES = $(AUTOTOOLS_DEFINES) \
-DPACKAGE_NAME=\"purple-facebook\" \