Add help docs for -reloc-mode:<string>

This commit is contained in:
gingerBill
2022-02-23 11:19:51 +00:00
parent 4b9324ff76
commit 3d209798c9
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ enum ErrorPosStyle {
ErrorPosStyle_COUNT
};
enum RelocMode {
enum RelocMode : u8 {
RelocMode_Default,
RelocMode_Static,
RelocMode_PIC,