Update TUN creation
This commit is contained in:
@@ -85,10 +85,10 @@ func buildiOS() {
|
||||
}
|
||||
if !debugEnabled {
|
||||
args = append(args,
|
||||
"-trimpath", "-ldflags=-s -w -buildid=",
|
||||
"-trimpath", "-ldflags=-s -w -buildid=", "-tags", "with_gvisor,with_clash_api",
|
||||
)
|
||||
} else {
|
||||
args = append(args, "-tags", "debug")
|
||||
args = append(args, "-tags", "with_gvisor,with_clash_api,debug")
|
||||
}
|
||||
|
||||
args = append(args, "./experimental/libbox")
|
||||
|
||||
Reference in New Issue
Block a user