Skip to content

Commit

Permalink
Disable LTO to improve compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Dec 6, 2024
1 parent 51f1b2b commit 43881d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
description = "LaTeX formatter written in Rust"
keywords = ["latex", "formatter"]
categories = ["command-line-utilities", "development-tools"]
exclude = ["tests/*", "extra/*", "*.nix", ".github/*", "completion/*"]
exclude = ["tests/*", "extra/*", "*.nix", ".github/*", "completion/*", "man/*"]

[dependencies]
clap = { version = "4.5.21", features = ["cargo"] }
Expand All @@ -31,4 +31,3 @@ clap_mangen = "0.2.24"

[profile.release]
codegen-units = 1
lto = true
1 change: 0 additions & 1 deletion notes.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#+title: tex-fmt
* Tasks
** TODO Improve build times
** TODO Include man page and shell completion in Nix package
** TODO Add to Nix home-manager with empty config file
* Options and documentation
Expand Down

0 comments on commit 43881d3

Please sign in to comment.