cmd/asm: add more flags to the documentation

Add the flags -e and -v.
This commit is contained in:
mstmdev 2023-08-22 14:26:34 +08:00
parent e7e99a8e02
commit 4a12fe4f44
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ Flags:
Dump instructions as they are parsed.
-dynlink
Support references to Go symbols defined in other shared libraries.
-e
No limit on number of errors reported.
-gensymabis
Write symbol ABI information to output file. Don't assemble.
-o file
@ -45,6 +47,8 @@ Flags:
Enable spectre mitigations in list (all, ret).
-trimpath prefix
Remove prefix from recorded source file paths.
-v
Print debug output.
Input language: