From c288c32082fa257d07084034d4daf2c5b630f031 Mon Sep 17 00:00:00 2001 From: s1lent Date: Sun, 20 May 2018 22:31:55 +0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d60e9fe..bb2dfea6 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,18 @@ On Windows: * For faster building without unit tests use this:exclamation:
gradlew --max-workers=1 clean buildFixes
-On Linux: +On Linux (ICC):
./gradlew --max-workers=1 clean buildRelease
* For faster building without unit tests use this:exclamation:
./gradlew --max-workers=1 clean buildFixes
+On Linux (GCC): +
./gradlew --max-workers=1 clean -PuseGcc buildRelease
+ +* For faster building without unit tests use this:exclamation: +
./gradlew --max-workers=1 clean -PuseGcc buildFixes
+ Compiled binaries will be placed in the build/binaries/ directory ### Credits