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