We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1543cdd commit 16801fbCopy full SHA for 16801fb
doc/src/devdocs/build/windows.md
@@ -90,7 +90,8 @@ MinGW-w64 compilers available through Cygwin's package manager.
90
91
3. Start the build
92
```sh
93
- make -j 4 # Adjust the number of threads (4) to match your build environment.
+ make -j 4 # Adjust the number of threads (4) to match your build environment.
94
+ make -j 4 debug # This builds julia-debug.exe
95
```
96
97
0 commit comments