diff --git a/make.sh b/make.sh
index 378cd35eb..5f22f7409 100755
--- a/make.sh
+++ b/make.sh
@@ -170,7 +170,6 @@ configure_build() {
 			CROSSTARGET="${build_arch}-cross-linux-gnueabi"
 			BUILD_PLATFORM="arm"
 			CFLAGS_ARCH="-march=armv6zk+fp -mfpu=vfp -mfloat-abi=softfp -fomit-frame-pointer"
-			#RUSTFLAGS="-Ccodegen-units=1"
 			;;
 
 		riscv64)
@@ -205,6 +204,8 @@ configure_build() {
 	CFLAGS="-O2 -pipe -Wall -fexceptions -fPIC ${CFLAGS_ARCH}"
 	CXXFLAGS="${CFLAGS}"
 
+	RUSTFLAGS="-Copt-level=3 -Clink-arg=-Wl,-z,relro,-z,now -Ccodegen-units=1 --cap-lints=warn ${RUSTFLAGS_ARCH}"
+
 	# Determine parallelism
 	# We assume that each process consumes about
 	# 128MB of memory. Therefore we find out how
