summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: