Update README.md

This commit is contained in:
s1lent 2018-05-20 22:31:55 +07:00
parent 2b4eb6c137
commit c288c32082
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -88,12 +88,18 @@ On Windows:
* For faster building without unit tests use this:exclamation:
<pre>gradlew --max-workers=1 clean buildFixes</pre>
On Linux:
On Linux (ICC):
<pre>./gradlew --max-workers=1 clean buildRelease</pre>
* For faster building without unit tests use this:exclamation:
<pre>./gradlew --max-workers=1 clean buildFixes</pre>
On Linux (GCC):
<pre>./gradlew --max-workers=1 clean -PuseGcc buildRelease</pre>
* For faster building without unit tests use this:exclamation:
<pre>./gradlew --max-workers=1 clean -PuseGcc buildFixes</pre>
Compiled binaries will be placed in the build/binaries/ directory
### Credits