mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 15:11:25 -07:00
Add help docs for -reloc-mode:<string>
This commit is contained in:
@@ -189,7 +189,7 @@ enum ErrorPosStyle {
|
||||
ErrorPosStyle_COUNT
|
||||
};
|
||||
|
||||
enum RelocMode {
|
||||
enum RelocMode : u8 {
|
||||
RelocMode_Default,
|
||||
RelocMode_Static,
|
||||
RelocMode_PIC,
|
||||
|
||||
Reference in New Issue
Block a user