mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Add reload platform command
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user