Skip to content

Commit

Permalink
win: add note about gdb/mintty under cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Feb 21, 2015
1 parent 12170b9 commit dcfe82f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ If you are building for 64-bit windows, the steps are essentially the same. Just

## Windows Build Debugging

### GDB hangs with cygwin mintty

- run gdb under the windows console (cmd) instead. gdb [does not function properly](https://www.cygwin.com/ml/cygwin/2009-02/msg00531.html) under mintty with non-cygwin applications.

### Build process is slow/eats memory/hangs my computer

- Disable the Windows [Superfetch](https://en.wikipedia.org/wiki/Windows_Vista_I/O_technologies#SuperFetch) and
Expand Down

0 comments on commit dcfe82f

Please sign in to comment.