Merge pull request #1323 from visualfc/big

runtime: math/big use math_big_pure_go
This commit is contained in:
xushiwei
2025-09-26 16:20:31 +08:00
committed by GitHub
5 changed files with 1 additions and 556 deletions

View File

@@ -216,7 +216,7 @@ func Do(args []string, conf *Config) ([]Package, error) {
verbose := conf.Verbose
patterns := args
tags := "llgo"
tags := "llgo,math_big_pure_go"
if conf.Tags != "" {
tags += "," + conf.Tags
}