Skip to content

Commit b085ef5

Browse files
Building: Add release mode flag to Windows build
1 parent c8c36ad commit b085ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ make -j2
7070
### Microsoft Windows with Microsoft Visual C++
7171

7272
```bash
73-
$ cmake -B build -G "NMake Makefiles"
73+
$ cmake -B build -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
7474
$ cd build
7575
$ nmake
7676
```

0 commit comments

Comments
 (0)