From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 01/10] make.sh: Set a good default for rustc flags Date: Tue, 01 Feb 2022 13:52:37 +0000 Message-ID: <20220201135246.4096955-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2030182240416714552==" List-Id: --===============2030182240416714552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=3D"${build_arch}-cross-linux-gnueabi" BUILD_PLATFORM=3D"arm" CFLAGS_ARCH=3D"-march=3Darmv6zk+fp -mfpu=3Dvfp -mfloat-abi=3Dsoftfp -fomi= t-frame-pointer" - #RUSTFLAGS=3D"-Ccodegen-units=3D1" ;; =20 riscv64) @@ -205,6 +204,8 @@ configure_build() { CFLAGS=3D"-O2 -pipe -Wall -fexceptions -fPIC ${CFLAGS_ARCH}" CXXFLAGS=3D"${CFLAGS}" =20 + RUSTFLAGS=3D"-Copt-level=3D3 -Clink-arg=3D-Wl,-z,relro,-z,now -Ccodegen-uni= ts=3D1 --cap-lints=3Dwarn ${RUSTFLAGS_ARCH}" + # Determine parallelism # We assume that each process consumes about # 128MB of memory. Therefore we find out how --=20 2.30.2 --===============2030182240416714552==--