Skip to content

Commit

Permalink
Building: Add release mode flag to Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Jun 15, 2024
1 parent c8c36ad commit b085ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ make -j2
### Microsoft Windows with Microsoft Visual C++

```bash
$ cmake -B build -G "NMake Makefiles"
$ cmake -B build -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
$ cd build
$ nmake
```
Expand Down

0 comments on commit b085ef5

Please sign in to comment.