From e8878582c8d4a3bcf14d18a417286b081123a075 Mon Sep 17 00:00:00 2001 From: Olivier MATZ Date: Thu, 23 Feb 2012 21:52:02 +0100 Subject: [PATCH] rc_servos: using -O3 produce a much smaller code --- .config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config b/.config index 50d8094..d8f1bf6 100644 --- a/.config +++ b/.config @@ -60,8 +60,8 @@ CONFIG_QUARTZ=8000000 # CONFIG_OPTM_0 is not set # CONFIG_OPTM_1 is not set # CONFIG_OPTM_2 is not set -# CONFIG_OPTM_3 is not set -CONFIG_OPTM_S=y +CONFIG_OPTM_3=y +# CONFIG_OPTM_S is not set # CONFIG_MATH_LIB is not set # CONFIG_FDEVOPEN_COMPAT is not set CONFIG_NO_PRINTF=y -- 2.20.1