-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nightly rust, strip symbols, and run cargo update
Stripping symbols from the release binary drastically reduces the file size on linux
- Loading branch information
1 parent
7f3b44d
commit ef6522c
Showing
4 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
cargo-features = ["strip"] | ||
|
||
[package] | ||
name = "cheesecake" | ||
version = "0.1.0" | ||
authors = ["aravk <[email protected]>"] | ||
edition = "2018" | ||
|
||
[profile.release] | ||
strip = true | ||
|
||
[dependencies] | ||
discord-markdown = "0.1.2" | ||
dotenv = "0.15" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nightly |