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.
1 parent ce64f2e commit c96e1fbCopy full SHA for c96e1fb
x86_64-bootloader.json
@@ -17,5 +17,6 @@
17
"features": "-mmx,-sse,+soft-float",
18
"disable-redzone": true,
19
"panic-strategy": "abort",
20
- "executables": true
+ "executables": true,
21
+ "relocation-model": "static"
22
}
0 commit comments