diff --git a/docs/source/Building.md b/docs/source/Building.md index a05e3991b..607bd873f 100644 --- a/docs/source/Building.md +++ b/docs/source/Building.md @@ -8,9 +8,9 @@ you to build project/make files for any platform. For details on `cmake`, see . In brief, depending on your platform, use one of e.g.: - cmake -G "Unix Makefiles" - cmake -G "Visual Studio 10" - cmake -G "Xcode" + cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release + cmake -G "Visual Studio 10" -DCMAKE_BUILD_TYPE=Release + cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release Then, build as normal for your platform. This should result in a `flatc` executable, essential for the next steps.