From e34ea1b4ff6db504718258cbcc40bdbd730e57a3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Oct 2018 10:48:58 +0200 Subject: kernel: add CONFIG_CC_OPTIMIZE_FOR_* to the default config Avoid repeating them in the target config, they are overwritten by top-level menuconfig anyway Signed-off-by: Felix Fietkau --- target/linux/generic/config-4.14 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 02a8fa623c..97207cf2eb 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -717,6 +717,8 @@ CONFIG_CARDBUS=y # CONFIG_CB710_CORE is not set # CONFIG_CC10001_ADC is not set # CONFIG_CCS811 is not set +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set # CONFIG_CC_STACKPROTECTOR is not set CONFIG_CC_STACKPROTECTOR_NONE=y # CONFIG_CC_STACKPROTECTOR_REGULAR is not set -- cgit v1.2.3