delve/cmd/dlv
aarzilli ec8e6c4af3 cmd/dlv: use -a flag with go1.9
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
2017-08-01 11:20:25 -06:00
..
cmds cmd/dlv: use -a flag with go1.9 2017-08-01 11:20:25 -06:00
dlv_test.go proc/native: make sure debugged executable can be deleted on windows (#890) 2017-07-26 12:51:44 -06:00
main.go cmd/dlv: bugfix: make version command actually print revision number (#926) 2017-07-20 12:55:32 -06:00