mirror of
https://github.com/optim-enterprises-bv/openwrt-ipq.git
synced 2025-10-29 17:33:01 +00:00
nss-setup: change default optimization to '-O2'
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ CONFIG_DEVEL=y
|
||||
CONFIG_EXPERIMENTAL=y
|
||||
CONFIG_TOOLCHAINOPTS=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a53+crc+crypto"
|
||||
CONFIG_TARGET_OPTIMIZATION="-O2 -pipe -mcpu=cortex-a53+crc+crypto"
|
||||
CONFIG_TARGET_INIT_PATH="/usr/sbin:/usr/bin:/sbin:/bin:/opt/usr/bin:/opt/bin:/opt/sbin:/opt/usr/sbin"
|
||||
CONFIG_USE_GC_SECTIONS=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user