From: Steven Luo Date: Fri, 11 Dec 2009 04:53:26 +0000 (-0800) Subject: Remove a redundant -Wall from CPPFLAGS X-Git-Tag: v3.0rc1~33 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=08e0faa2da3e574ca96a517fc55b4b1c8de9b6c1 Remove a redundant -Wall from CPPFLAGS --- diff --git a/Makefile b/Makefile index e6199a8..3ba4f40 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Os -mcpu=arm1136jf-s -mthumb -CPPFLAGS = -Wall `pkg-config --cflags dbus-glib-1` +CPPFLAGS = `pkg-config --cflags dbus-glib-1` LDFLAGS = `pkg-config --libs dbus-glib-1` PREFIX = /usr/local