Skip to content

Commit

Permalink
Add Deb variants for ARM v6 and v7, and force debug builds to -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
paxswill committed Jul 8, 2021
1 parent 363765d commit d52d45c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,15 @@ assets = [

[package.metadata.deb.systemd-units]
unit-scripts = "package/unit-scripts"

[package.metadata.deb.variants.v6]
name = "r-u-still-there-v6"
provides = "r-u-still-there"

[package.metadata.deb.variants.v7]
name = "r-u-still-there-v7"
provides = "r-u-still-there"

[profile.dev]
# Unoptimized is so slow as to be unusable
opt-level = 3

0 comments on commit d52d45c

Please sign in to comment.