From b09036110266f0550a3cef6e9b0ca589dccf509f Mon Sep 17 00:00:00 2001 From: fence Date: Mon, 6 Jan 2025 18:07:04 +0100 Subject: feat: init --- build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..6fc9458 --- /dev/null +++ b/build @@ -0,0 +1,3 @@ +#!/bin/sh +set -eax +RUSTFLAGS="-Zfmt-debug=none -Zlocation-detail=none" cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features="optimize_for_size" -Z build-std-features=panic_immediate_abort -r -- cgit v1.2.3