Closed zchee closed 3 years ago
Just to clarify, you need to build a binary using the patched Go runtime. As I see you did patch the Go succesfully. From that point, the building process should be exactly the same is with original Go version. It should be as easy as redefining PATH variable.
I tried gotrace's patch(runtime/go1.6.3-tracenew.patch) with gb. But when
gb build
, does not proceed(freeze).Here is repro way.
gb
has not-v
flag forbuild
command. Now I'm trying another debug way.Thanks.