diff --git a/shadowsocks-rust/Makefile b/shadowsocks-rust/Makefile index 6a528fb25..3b5c1fe6d 100644 --- a/shadowsocks-rust/Makefile +++ b/shadowsocks-rust/Makefile @@ -37,6 +37,9 @@ RUST_PKG_FEATURES:=local-redir include $(INCLUDE_DIR)/package.mk include $(TOPDIR)/feeds/openmptcprouter/rust/rust-package.mk +ifeq ($(ARCH),i386) + RUSTC_LDFLAGS+=-C target-feature=+sse2 +endif define Package/shadowsocks-rust/Default define Package/shadowsocks-rust-$(1)