git repos / blockattack-game

commit 40fca54e

sago007 · 2016-04-30 11:38
40fca54e950c64a6aae3dfbd4f9c18a0ed71a2ec patch · browse files
parent 9779d6e37d648990f8515f8012018b14f0bedce4

The Windows version is always a release build

Changed files

M README.md before
diff --git a/README.md b/README.md index deb2475..fbe4b07 100644 --- a/README.md +++ b/README.md
@@ -50,7 +50,7 @@ and libutfcpp copied from "source/misc/travis_help/utf8_v2_3_4/source/" to "/pat
Compiled with:
```
-i686-w64-mingw32.static-cmake . && make
+i686-w64-mingw32.static-cmake -DCMAKE_BUILD_TYPE=Release . && make
```
# Reporting bugs