Give up on pushing CC_OPTIMIZE_FOR_SIZE
[pandora-kernel.git] / init / Kconfig
index 4986ecc..ffcdad7 100644 (file)
@@ -908,7 +908,6 @@ endif
 
 config CC_OPTIMIZE_FOR_SIZE
        bool "Optimize for size"
-       default y
        help
          Enabling this option will pass "-Os" instead of "-O2" to gcc
          resulting in a smaller kernel.