Commit 32e4bcea authored by Danomi Manchego's avatar Danomi Manchego Committed by Thomas Petazzoni
Browse files

libgcrypt: allow optimization



Drop the --disable-optimization option, which makes the libgcrypt configure
remove buildroot's optimization setting passed in from CFLAGS.

Signed-off-by: default avatarDanomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 057d88e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ LIBGCRYPT_CONFIG_SCRIPTS = libgcrypt-config
LIBGCRYPT_CONF_ENV = \
	ac_cv_sys_symbol_underscore=no
LIBGCRYPT_CONF_OPTS = \
	--disable-optimization \
	--with-gpg-error-prefix=$(STAGING_DIR)/usr

# Code doesn't build in thumb mode