Skip to content

Commit

Permalink
Make docs-minification default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Mar 12, 2021
1 parent fdb3e82 commit 095b6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ impl Config {
config.submodules = true;
config.fast_submodules = true;
config.docs = true;
config.docs_minification = true;
config.rust_rpath = true;
config.channel = "dev".to_string();
config.codegen_tests = true;
Expand Down

0 comments on commit 095b6d2

Please sign in to comment.