Skip to content

Commit

Permalink
Makefile.mingw: enable debugging CFLAGS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Dec 20, 2015
1 parent 1aae55b commit 03c5d69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -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\" \
Expand Down

0 comments on commit 03c5d69

Please sign in to comment.