Quellcode durchsuchen

Building: Add release mode flag to Windows build

Paul-Louis Ageneau vor 1 Jahr
Ursprung
Commit
b085ef508a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      BUILDING.md

+ 1 - 1
BUILDING.md

@@ -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
 ```