From c405015d1b0741a1c5f9f625700a19b58828e438 Mon Sep 17 00:00:00 2001 From: Assiduous <61806567+TheMostDiligent@users.noreply.github.com> Date: Fri, 1 May 2020 17:32:31 -0700 Subject: Readme: updated MinGW build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bd5c36f..9fd1baa 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 15 If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/ocornut/imgui/issues/3183)): ``` -cmake -S . -B ./build/MinGW -G "MinGW Makefiles" +cmake -S . -B ./build/MinGW -D CMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ``` **WARNING!** In current implementation, full path to cmake build folder **must not contain white spaces**. -- cgit v1.2.3