disable optimization
-S
write assembly language text to standard output
+ -u
+ disallow importing packages not marked as safe
-V
print the compiler version
/* constants and flags */
char *man = "mrxtdpq";
-char *opt = "uvnbailoS";
+char *opt = "uvnbailogS";
char artemp[] = "/tmp/vXXXXX";
char movtemp[] = "/tmp/v1XXXXX";
char tailtemp[] = "/tmp/v2XXXXX";
Go type information from the files in the archive; that section is
used by the compiler when importing the package during compilation.
-Usage: gopack [uvnbailo][mrxtdpq] archive files ...
+Usage: gopack [uvnbailogS][mrxtdpq] archive files ...
The new option 'g' causes gopack to maintain the __.PKGDEF section
as files are added to the archive.
+The new option 'S' forces gopack to mark the archive as safe.
+
*/
package documentation