diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-10-15 10:48:58 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-10-15 12:54:00 +0200 |
commit | e34ea1b4ff6db504718258cbcc40bdbd730e57a3 (patch) | |
tree | 571d9536e87c940d8748ddb2666b917f9c61cd16 /target/linux/generic/config-4.14 | |
parent | ed0d5a1e609e0b39eff9f06e3522396581d0b06e (diff) | |
download | upstream-e34ea1b4ff6db504718258cbcc40bdbd730e57a3.tar.gz upstream-e34ea1b4ff6db504718258cbcc40bdbd730e57a3.tar.bz2 upstream-e34ea1b4ff6db504718258cbcc40bdbd730e57a3.zip |
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 <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/config-4.14')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |