From 0633e7ada4d7a2f260f7e956f9fbeee4fab18f60 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 24 Nov 2016 14:55:09 -0700 Subject: [PATCH] add some work arounds to the default mingw build instructions --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index c71c89f..c48c2ea 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -78,7 +78,7 @@ Make sure to follow the instructions and update to the latest version by running #### Run the following commands to build citra (dynamic linked build) ```bash mkdir build && cd build -cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release .. +cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DMICROPROFILE_ENABLED=0 -DCMAKE_MAKE_PROGRAM=mingw32-make .. mingw32-make -j4 # test citra out with ./src/citra_qt/citra-qt.exe