mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
By specifying the -a flag we insure that all packages are recompiled with -gcflags='-N -l'. Previously -a could not be specified because the compiler could not compile runtime without optimizations. Fixes #738