1
0
Files
electrum/contrib
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
..
2019-12-04 20:04:18 +01:00
2019-07-03 16:19:26 +02:00
2019-07-03 16:20:40 +02:00
2019-07-11 16:34:33 +02:00