OSDN Git Service

Optimize for size, and disable expensive inlining
authorEric Andersen <andersen@codepoet.org>
Thu, 27 Sep 2001 06:09:37 +0000 (06:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 27 Sep 2001 06:09:37 +0000 (06:09 -0000)
include/features.h

index 05afff6..21e36ae 100644 (file)
 #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: