Update example to apply to all packages

Michael Pratt 2020-08-18 12:34:49 -04:00
parent dac828df86
commit 49322a5499

@ -18,9 +18,9 @@ These three conditions are only very rarely all true at the same time.
## Example
To build a program with both mitigations (and any future mitigations) enabled, use:
To build a program with both mitigations (and any future mitigations) enabled in all packages, use:
go build -gcflags=-spectre=all -asmflags=-spectre=all program
go build -gcflags=all=-spectre=all -asmflags=all=-spectre=all program
## References