summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 927bafe818..4b51db999a 100644
--- a/README.md
+++ b/README.md
@@ -300,9 +300,10 @@ storePassword = keystore-password
### Desktop
The simplest way to build the entire app and generate an installer is to just run the build script.
-`--dev-build` is added to skip some release checks and signing of the binaries:
+`--optimize` can be added to enable compiler optimizations. This will take longer to build but will
+produce a smaller installer and installed binaries:
```bash
-./build.sh --dev-build
+./build.sh [--optimize]
```
This should produce an installer exe, pkg or rpm+deb file in the `dist/` directory.
@@ -382,7 +383,7 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties
1. On Windows, make sure to start bash first (e.g., Git BASH). Then build the C++ libraries:
```bash
- ./build-windows-modules.sh --dev-build
+ ./build-windows-modules.sh
```
1. Build the system daemon plus the other Rust tools and programs:
@@ -628,8 +629,7 @@ If you're using GNOME, try installing one of these GNOME Shell extensions:
### Building, testing and misc
- **build-windows-modules.sh** - Compiles the C++ libraries needed on Windows
-- **build.sh** - Sanity checks the working directory state and then builds release artifacts for
- the app
+- **build.sh** - Sanity checks the working directory state and then builds installers for the app
### Mullvad Daemon