Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/debugging/debug-k8…
Browse files Browse the repository at this point in the history
…s/debug-dapr-services.md
  • Loading branch information
AaronCrawfis committed Apr 20, 2021
1 parent 9a91ff7 commit 5c1f846
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cd dapr
make release GOOS=linux GOARCH=amd64 DEBUG=1
```

>On Windows download [MingGW](https://sourceforge.net/projects/mingw/files/MinGW/Extension/make/mingw32-make-3.80-3/) and use `ming32-make.exe` instead of `make`.
>On Windows download [MingGW](https://sourceforge.net/projects/mingw/files/MinGW/Extension/make/mingw32-make-3.80-3/) and use `ming32-make.exe` instead of `make`.
In the above command, 'DEBUG' is specified to '1' to disable compiler optimization. 'GOOS=linux' and 'GOARCH=amd64' are also necessary since the binaries will be packaged into Linux-based Docker image in the next step.
Expand Down

0 comments on commit 5c1f846

Please sign in to comment.