[PR #542] [MERGED] Fix for SIGXCPU #590

Closed
opened 2026-02-28 14:33:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/542
Author: @SO9010
Created: 10/16/2024
Status: Merged
Merged: 10/16/2024
Merged by: @jacksongoode

Base: mainHead: fix-regular-build


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 Cargo.toml (+5 -0)

📄 Description

This fixes the issue of the program closing when in the dev build #539

Simple solution for this is to customised the dev build settings:

[profile.dev]
opt-level = 1
debug = true
lto = false

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/542 **Author:** [@SO9010](https://github.com/SO9010) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `fix-regular-build` --- ### 📝 Commits (1) - [`9afd99f`](https://github.com/jpochyla/psst/commit/9afd99fbaf2234baf39bd1bedbdc01966998f843) Fix ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+5 -0) </details> ### 📄 Description This fixes the issue of the program closing when in the dev build #539 Simple solution for this is to customised the dev build settings: ``` [profile.dev] opt-level = 1 debug = true lto = false ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#590
No description provided.