From cda1525f84e33e85e5999f599325f330bfa3cab5 Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Tue, 17 Jul 2018 03:56:14 +0800 Subject: [PATCH] :memo: release mode in building doc (#4819) --- docs/source/Building.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.