]> git.xonotic.org Git - xonotic/netradiant.git/commit
easy-builder: strip release binaries, support older cmake
authorThomas Debesse <dev@illwieckz.net>
Tue, 31 Mar 2020 16:48:23 +0000 (18:48 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 31 Mar 2020 16:48:23 +0000 (18:48 +0200)
commit36e32cbab1a5b89935b7c3c0a68e64a9b70fbd78
tree1c528896e7e727d186c3cfdd8351c03a6339514c
parent350fed8a5805529996a6bb2a6e22dd8f779b11cb
easy-builder: strip release binaries, support older cmake

- use `install/strip` target for release build
- CMake used in Ubuntu bionic (currently used to build
  redistributable packages, old enough to be older than
  most of the commonly used distributions) does not
  support -S option yet
easy-builder