diff options
author | DuClare <akarinotengoku@gmail.com> | 2009-05-20 12:44:05 +0300 |
---|---|---|
committer | DuClare <akarinotengoku@gmail.com> | 2009-05-20 12:44:05 +0300 |
commit | ec8ef32e9db01552c932e6a1c0b943bddef16b68 (patch) | |
tree | 782b7f2a67e8dd4fe5ed1f1e989e5fc188ba1e9d /Makefile | |
parent | ad648e9692416a4867d88e915e89cdfdda6491e4 (diff) |
Add -ggdb to Makefile. Remove it when merging to diet's MASTER
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -Wall -W -DARCH="\"$(shell uname -m)\"" -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" +CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) all: uzbl uzblctrl |