Skip to content

Commit cdfc0c3

Browse files
committed
Use static relocation model in an attempt to bring binary size down
1 parent 80de514 commit cdfc0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86-16bit-second-stage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"panic-strategy": "abort",
1717
"os": "none",
1818
"vendor": "unknown",
19-
"relocation-model": "pie"
19+
"relocation-model": "static"
2020
}

0 commit comments

Comments
 (0)