From 5e892205bf3891259881ff4f42a0c6c10b65610c Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 7 Nov 2003 14:36:06 +0000 Subject: [PATCH] duh, really use -Os --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 08a7e00..ecf8a60 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ else DIET= endif else -DIET:=$(strip $(diet_path)) +DIET:=$(strip $(diet_path)) -Os endif # to build without diet libc support, use $ make DIET= # see http://www.fefe.de/dietlibc/ for details about the diet libc