mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
build: unify target independent optimization options
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
This commit is contained in:
@ -847,6 +847,12 @@ menuconfig DEVEL
|
||||
in the package directory, pointing to the .git tree that you want
|
||||
to pull the source code from
|
||||
|
||||
config EXTRA_OPTIMIZATION
|
||||
string "Additional compiler options" if DEVEL
|
||||
default "-fno-caller-saves"
|
||||
help
|
||||
Extra Target-independent optimizations to use when building for the target.
|
||||
|
||||
menuconfig TARGET_OPTIONS
|
||||
bool "Target Options" if DEVEL
|
||||
|
||||
|
Reference in New Issue
Block a user