Better rewrite in rust #6

Merged
sohrab merged 10 commits from github/fork/be4zad/main into main 2024-04-06 15:41:18 -04:00
sohrab commented 2024-03-24 08:33:52 -04:00 (Migrated from git.parchlinux.com)

Created by: be4zad


*Created by: be4zad* ****
sohrab commented 2024-03-24 09:46:03 -04:00 (Migrated from git.parchlinux.com)

Created by: be4zad

For packaging: the compile size is 3.7M in release mode, I think it's a little big for a tiny program that does nothing special. To reduce size:

RUSTFLAGS='-C link-arg=-s' cargo build --release

this compiles program with 415K size and removes debug info, which will never read.

*Created by: be4zad* For packaging: the compile size is 3.7M in release mode, I think it's a little big for a tiny program that does nothing special. To reduce size: ``` RUSTFLAGS='-C link-arg=-s' cargo build --release ``` this compiles program with 415K size and removes debug info, which will never read.
sohrab commented 2024-04-06 15:41:18 -04:00 (Migrated from git.parchlinux.com)

Merged by: behdanisohrab at 2024-04-06 19:41:18 UTC

*Merged by: behdanisohrab at 2024-04-06 19:41:18 UTC*
sohrab (Migrated from git.parchlinux.com) closed this pull request 2024-04-06 15:41:18 -04:00
sohrab (Migrated from git.parchlinux.com) merged commit into main 2024-04-06 15:41:18 -04:00
Sign in to join this conversation.
No reviewers
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: applications/parch-tweaks#6
No description provided.