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.
2 parents 0144bf6 + 7f13723 commit 45edd23Copy full SHA for 45edd23
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