summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 06:09:37 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 06:09:37 +0000
commit587f0d8de6dd83a80a837e79ac9f66bbddf9d1f1 (patch)
tree61f97d8ebb26aa550c37de5675c76da1adf1bc06 /include
parent7ad3f91bbedca386ad4c1af5aebf8a31390f099f (diff)
Optimize for size, and disable expensive inlining
Diffstat (limited to 'include')
-rw-r--r--include/features.h4
1 files changed, 4 insertions, 0 deletions
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: