Przeglądaj źródła

Optimize for size, and disable expensive inlining

Eric Andersen 23 lat temu
rodzic
commit
587f0d8de6
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      include/features.h

+ 4 - 0
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: