openssl: optimize for speed

This commit is contained in:
CN_SZTL 2019-11-09 10:13:01 +08:00
parent 1fdc170161
commit acc478d39c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -4,7 +4,7 @@ comment "Build Options"
config OPENSSL_OPTIMIZE_SPEED
bool
default y if x86_64 || i386
default y
prompt "Enable optimization for speed instead of size"
select OPENSSL_WITH_ASM
help
@ -16,7 +16,7 @@ config OPENSSL_OPTIMIZE_SPEED
config OPENSSL_WITH_ASM
bool
default y if !SMALL_FLASH || !arm
default y
prompt "Compile with optimized assembly code"
depends on !arc
help