mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
allow people to enter target optimizations
This commit is contained in:
parent
40fbbbad2a
commit
d47905628e
@ -44,11 +44,10 @@ config SOFT_FLOAT
|
|||||||
default "true"
|
default "true"
|
||||||
|
|
||||||
config BR2_TARGET_OPTIMIZATION
|
config BR2_TARGET_OPTIMIZATION
|
||||||
string
|
string "Target Optimizations"
|
||||||
default "-Os -pipe"
|
default "-Os -pipe"
|
||||||
help
|
help
|
||||||
Currently the unwind stuff seems to work for staticly linked apps
|
Optimizations to use when building for the target host.
|
||||||
but not dynamic. So use setjmp/longjmp exceptions by default.
|
|
||||||
|
|
||||||
# Might be worth experimenting with for gcc 3.4.x.
|
# Might be worth experimenting with for gcc 3.4.x.
|
||||||
#GCC_WITH_CPU:=
|
#GCC_WITH_CPU:=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user