diff options
Diffstat (limited to 'compileopts/options.go')
-rw-r--r-- | compileopts/options.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compileopts/options.go b/compileopts/options.go index 7570fefe5..8a1dea997 100644 --- a/compileopts/options.go +++ b/compileopts/options.go @@ -2,6 +2,7 @@ package compileopts import ( "fmt" + "regexp" "strings" ) @@ -27,6 +28,7 @@ type Options struct { PrintCommands bool Debug bool PrintSizes string + PrintAllocs *regexp.Regexp // regexp string PrintStacks bool Tags string WasmAbi string |