From d6a3c49cfc30ba16ae7323cd7c0eeed9120759e2 Mon Sep 17 00:00:00 2001 From: Ernesto Martinez Garcia Date: Mon, 16 Feb 2026 15:44:40 +0100 Subject: [PATCH] 0.98.0-7 -> 0.98.0-8 --- codex.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codex.spec b/codex.spec index b9bc6c4..c4b4f24 100644 --- a/codex.spec +++ b/codex.spec @@ -65,8 +65,10 @@ cd %{crate_dir} %if %{has_fedora_macros} %cargo_build %else +%set_build_flags export CARGO_HOME=$PWD/.cargo-home mkdir -p "$CARGO_HOME" +export RUSTFLAGS="%{?build_rustflags} -C debuginfo=2" cargo build --release %endif @@ -93,7 +95,6 @@ install -Dpm 0644 _codex %{buildroot}%{zsh_completions_dir}/_codex %files %license LICENSE -%doc README.md %doc codex-rs/README.md %{_bindir}/codex %{bash_completions_dir}/codex