mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 10:17:03 +08:00
Allows quoted substrings in build-flags flag. This fixes a build problem on windows where the default build flags must contain a space. Fixes #634 and #638