Commit 1c396a5
[release] src/goDebug: fix noDebug mode for windows
On windows, the executable file has to have '.exe' extension. Add the
extension when building the program in noDebug mode.
Updates #918
Change-Id: Icddf6c2dced50f885e1dd27fc685a14ea54d52e1
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/274872
Trust: Suzy Mueller <[email protected]>
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
(cherry picked from commit e2d78f1)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/276214
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Polina Sokolova <[email protected]>1 parent ffb1bae commit 1c396a5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
482 | 483 | | |
483 | 484 | | |
484 | 485 | | |
485 | | - | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments