From 93f2cbb689013019d2b8d288f8b47f7d9fbc95a4 Mon Sep 17 00:00:00 2001 From: José María Alonso Date: Sun, 5 Feb 2012 21:33:54 +0100 Subject: Removed old flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 543f2b1..5ff7614 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FLAGS = $$(pkg-config --cflags glib-2.0) -W -Wall -Wno-pointer-sign -g $(CFLAGS) +FLAGS = $$(pkg-config --cflags glib-2.0) -W -Wall $(CFLAGS) CC = gcc all: conf-update -- cgit v1.2.3-65-gdbad