python: setup.py builds Windows core with cmake in release mode
diff --git a/COMPILE_CMAKE.TXT b/COMPILE_CMAKE.TXT
index 2226e76..5560fa7 100644
--- a/COMPILE_CMAKE.TXT
+++ b/COMPILE_CMAKE.TXT
@@ -56,7 +56,7 @@
 
       mkdir build
       cd build
-      cmake -G "NMake Makefiles" ..
+      cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
       nmake
 
   After this, find the samples test*.exe, libcapstone_static.lib & libcapstone.dll