diff options
author | José María Alonso <nimiux.gentoo.org> | 2012-02-05 21:33:54 +0100 |
---|---|---|
committer | José María Alonso <nimiux.gentoo.org> | 2012-02-05 21:33:54 +0100 |
commit | 93f2cbb689013019d2b8d288f8b47f7d9fbc95a4 (patch) | |
tree | 0eecc09b501332a43d706b86a821f9da645faa3c | |
parent | Keys alphabetically ordered (diff) | |
download | conf-update-93f2cbb689013019d2b8d288f8b47f7d9fbc95a4.tar.gz conf-update-93f2cbb689013019d2b8d288f8b47f7d9fbc95a4.tar.bz2 conf-update-93f2cbb689013019d2b8d288f8b47f7d9fbc95a4.zip |
Removed old flags
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |