Commit f1100437 authored by wang's avatar wang

cronet

parent 89e50477
export GOPROXY=https://goproxy.cn
#cd /root/src/js && npm i && nohup /usr/local/bin/node --expose-gc --max-old-space-size=256 cursor_mock.js > 1.log 2>&1 &
export set CGO_CFLAGS="-I/home/opt/tls-forawrd/cronet/include"
export set CGO_LDFLAGS="-Wl,-rpath,/home/opt/tls-forawrd/cronet -L/home/opt/tls-forawrd/cronet -lcronet"
cd /home/opt/tls-forawrd/ && go run main.go
\ No newline at end of file
export set CGO_CFLAGS="-I/home/opt/tls-forward/cronet/include"
export set CGO_LDFLAGS="-Wl,-rpath,/home/opt/tls-forward/cronet -L/home/opt/tls-forward/cronet -lcronet"
cd /home/opt/tls-forward/ && go run main.go
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment