Skip to content

Commit

Permalink
Merge pull request #1 from sfackler/master
Browse files Browse the repository at this point in the history
Don't disable stdio
  • Loading branch information
alexcrichton authored Aug 21, 2017
2 parents a025b4b + 20e9b30 commit 0e184ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ impl Build {
configure.arg("no-shared");
}
} else {
// If we're *not* on MSVC then we can optimize our build a bit by
// avoiding building the CLI tools. Unfortunately though on MSVC if
// we pass this option the build breaks oddly...
configure.arg("no-stdio");

// Never shared on non-MSVC
configure.arg("no-shared");
}
Expand Down

0 comments on commit 0e184ba

Please sign in to comment.