Skip to content

Commit

Permalink
Update MinGW docs for latest Cygwin
Browse files Browse the repository at this point in the history
Updates the MinGW docs as the Cygwin package names and the compiler path
have all changed.

Review-URL: https://codereview.appspot.com/313320043
  • Loading branch information
derekbruening committed Jan 10, 2017
1 parent cf5c840 commit 2d5e063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drmemory/docs/using.dox
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,12 @@ request this. These static libraries contain frame pointer optimizations
but Dr. Memory automatically enables the \p -no_callstack_use_top_fp
runtime option for MinGW applications.

Here is a sample command line for MinGW:
Here is a sample command line for MinGW, using the "mingw64-i686-gcc-g++:
GCC for Win32 (i686-w64-mingw32) toolchain (C++)" Cygwin package (this is a
32-bit compiler available for both 32-bit and 64-bit Cygwin):

\verbatim
i686-pc-mingw32-g++.exe -static-libgcc -static-libstdc++ -ggdb -o myapp.exe myfile1.cpp myfile2.cpp
i686-w64-mingw32-g++.exe -static-libgcc -static-libstdc++ -ggdb -o myapp.exe myfile1.cpp myfile2.cpp
\endverbatim

********************
Expand Down

0 comments on commit 2d5e063

Please sign in to comment.