Bigben
Bigben
In build/config/compiler ``` if (current_cpu == "arm64") { # Reduce the page size from 65536 in order to reduce binary size slightly # by shrinking the alignment gap between segments....
I have the same problem on Ubuntu 18.04. You need to remove nodejs and install latest. remove ``` sudo apt remove --purge nodejs npm sudo apt clean sudo apt autoclean...
```javascript function runStrip(config) { depot.ensure(); //console.log(evmConfig.outDir(config)); const gnPath = 'electron/script/strip-binaries.py'; const execArgs = ['-d', `out/${config.gen.out}` ]; const execOpts = { cwd: path.resolve(config.root, 'src') }; //delete dist.zip file const distfile =...
set it in release.gn: symbol_level = 0 The electron file will be about 70m.