Skip to content

Commit

Permalink
Use lib crate type for SGX in fn build_auxiliary
Browse files Browse the repository at this point in the history
  • Loading branch information
mzohreva committed Apr 23, 2020
1 parent db9b05a commit 7f13723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/runtest.rs
Expand Up @@ -1750,6 +1750,7 @@ impl<'test> TestCx<'test> {
|| self.config.target.contains("wasm32")
|| self.config.target.contains("nvptx")
|| self.is_vxworks_pure_static()
|| self.config.target.contains("sgx")
{
// We primarily compile all auxiliary libraries as dynamic libraries
// to avoid code size bloat and large binaries as much as possible
Expand Down

0 comments on commit 7f13723

Please sign in to comment.