1
0
Files
electrum/contrib/build-linux
Axel Gembe 880bd16883 AppImage: Improve binary stripping
Slightly reduces file size, improves build speed and makes build more
reproducible.

The .comment section contained GCC version information which could cause
different build output from just a minor update in GCC. The information is not
needed so we strip this.

The strip command was invoked using xargs, spawning a new process for each file.
This is inefficient as xargs can correctly run the strip command with multiple
file names.

-----

taken from 43aaf9572f
2019-12-17 21:41:17 +01:00
..

Source tarballs

This script does not produce reproducible output (yet!).

  1. Prepare python dependencies used by Electrum.

    contrib/make_packages
    
  2. Create source tarball.

    contrib/make_tgz