diff options
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 76e063d6cb..e250b64c41 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -16,6 +16,8 @@ include conf/distro/freeze.conf TARGET_FPU = "soft" TARGET_OS = "linux" +FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" + INHERIT += " package_ipk nslu2_flashimg" IMAGE_FSTYPE = "jffs2" |