Skip to content

Commit 16801fb

Browse files
authored
Mention "make debug" in Windows build instructions (#48771)
1 parent 1543cdd commit 16801fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/devdocs/build/windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ MinGW-w64 compilers available through Cygwin's package manager.
9090

9191
3. Start the build
9292
```sh
93-
make -j 4 # Adjust the number of threads (4) to match your build environment.
93+
make -j 4 # Adjust the number of threads (4) to match your build environment.
94+
make -j 4 debug # This builds julia-debug.exe
9495
```
9596

9697

0 commit comments

Comments
 (0)