diff options
| author | Nathan <iridescentrosesfall@gmail.com> | 2020-10-01 17:47:32 -0400 |
|---|---|---|
| committer | Nathan <iridescentrosesfall@gmail.com> | 2020-10-01 17:47:32 -0400 |
| commit | 5e3ce11b1863b05aba8a2ccadc1140a383ff031a (patch) | |
| tree | 54cf947e2920b7687eaf0071c47da306a5dbe2c7 /src/main.zig | |
| parent | 1bc197bc02eff484355a238f1cb6a87305f95952 (diff) | |
| download | zig-5e3ce11b1863b05aba8a2ccadc1140a383ff031a.tar.gz zig-5e3ce11b1863b05aba8a2ccadc1140a383ff031a.zip | |
Resolve name and format issues.
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index d365698d11..d8ca5fe640 100644 --- a/src/main.zig +++ b/src/main.zig @@ -273,7 +273,7 @@ const usage_build_generic = \\ -rdynamic Add all symbols to the dynamic symbol table \\ -rpath [path] Add directory to the runtime library search path \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker - \\ -emit-relocs Enable output of relocation sections for post build tools + \\ --emit-relocs Enable output of relocation sections for post build tools \\ -dynamic Force output to be dynamically linked \\ -static Force output to be statically linked \\ -Bsymbolic Bind global references locally |
