From 587f0d8de6dd83a80a837e79ac9f66bbddf9d1f1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 06:09:37 +0000 Subject: Optimize for size, and disable expensive inlining --- include/features.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/features.h b/include/features.h index 05afff6d8..21e36ae51 100644 --- a/include/features.h +++ b/include/features.h @@ -19,6 +19,10 @@ #ifndef _FEATURES_H #define _FEATURES_H 1 +/* For uClibc, always optimize for size -- this should disable + * a lot of expensive inlining... */ +#define __OPTIMIZE_SIZE__ 1 + /* These are defined by the user (or the compiler) to specify the desired environment: -- cgit v1.2.3