aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-11-12 15:56:43 +0000
committerNed Ludd <solar@gentoo.org>2005-11-12 15:56:43 +0000
commitd5bee7ea23832ba3eb4933dac467f9b4099fb079 (patch)
tree7ab177b5191e7b594e48e7babea2af9c0ac325f5 /Makefile
parent- remove unused code thats been shifted to main.c (diff)
downloadportage-utils-d5bee7ea23832ba3eb4933dac467f9b4099fb079.tar.gz
portage-utils-d5bee7ea23832ba3eb4933dac467f9b4099fb079.tar.bz2
portage-utils-d5bee7ea23832ba3eb4933dac467f9b4099fb079.zip
- optimize for size the color handling to use a ptr vs a bunch of defines. Initial code came from spanky, but fixed everything else he overlookedv0.1.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 04d07027..6998fb8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-projects/portage-utils/Makefile,v 1.29 2005/11/06 18:07:17 solar Exp $
+# $Header: /var/cvsroot/gentoo-projects/portage-utils/Makefile,v 1.30 2005/11/12 15:56:43 solar Exp $
####################################################################
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -33,7 +33,7 @@ WFLAGS := -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
CFLAGS ?= -O2 -pipe
CFLAGS += -funsigned-char
#CFLAGS += -DEBUG -g
-#CFLAGS += -DOPTIMIZE_FOR_SIZE
+#CFLAGS += -Os -s -DOPTIMIZE_FOR_SIZE=2
#LDFLAGS := -pie
DESTDIR =
PREFIX := $(DESTDIR)/usr