build: unify target independent optimization options
[openwrt/svn-archive/archive.git] / Config.in
index db3094d729863f60b0ac2cb64a6644b13aabee2d..0ef2f1413d79b365df141646bd6742a7d550421a 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -847,6 +847,12 @@ menuconfig DEVEL
                  in the package directory, pointing to the .git tree that you want
                  to pull the source code from
 
+       config EXTRA_OPTIMIZATION
+               string "Additional compiler options" if DEVEL
+               default "-fno-caller-saves"
+               help
+                 Extra Target-independent optimizations to use when building for the target.
+
 menuconfig TARGET_OPTIONS
        bool "Target Options"  if DEVEL