Add reload platform command

This commit is contained in:
世界
2023-03-03 19:26:54 +08:00
parent 2366835121
commit b9b2b77814
13 changed files with 286 additions and 19 deletions

View File

@@ -86,10 +86,10 @@ func buildiOS() {
if !debugEnabled {
args = append(
args, "-trimpath", "-ldflags=-s -w -buildid=",
"-tags", "with_gvisor,with_utls,with_clash_api",
"-tags", "with_gvisor,with_utls,with_clash_api,with_conntrack",
)
} else {
args = append(args, "-tags", "with_gvisor,with_utls,with_clash_api,debug")
args = append(args, "-tags", "with_gvisor,with_utls,with_clash_api,with_conntrack,debug")
}
args = append(args, "./experimental/libbox")