From 5886d7cf7b99a609d1d6f0b93545e44ae1629bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 17 Apr 2003 09:47:39 +0000 Subject: Compile rpcinfo-flushed/xhost+ with -Os so that code size is reduced and magically fixed on hammer. ;-) --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 244b23bd9..b3a17a636 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ DEST = $(ROOTDEST)/Mandrake/mdkinst RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm) DIRS = ddcprobe serial_probe aewm-drakx BASE = $(ROOTDEST)/Mandrake/base -CFLAGS = -Wall +CFLAGS = -Wall -Os ARCH := $(shell arch | egrep "(x86_64|sparc64|s390x)") ifneq ("x$(ARCH)", "x") -- cgit v1.2.1