We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn build_auxiliary
1 parent db9b05a commit 7f13723Copy full SHA for 7f13723
src/tools/compiletest/src/runtest.rs
@@ -1750,6 +1750,7 @@ impl<'test> TestCx<'test> {
1750
|| self.config.target.contains("wasm32")
1751
|| self.config.target.contains("nvptx")
1752
|| self.is_vxworks_pure_static()
1753
+ || self.config.target.contains("sgx")
1754
{
1755
// We primarily compile all auxiliary libraries as dynamic libraries
1756
// to avoid code size bloat and large binaries as much as possible
0 commit comments