mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
The build_reloc.sh script passes "--with=scylla" and "--with=iotune" to the configure.py script. This is redundant as the "scylla-package.tar.gz" target of ninja already limits itself to them. Removing the "--with" options allows building unit tests after a relocatable package has been built without having to rebuild anything. Message-Id: <20190807130505.30089-1-penberg@scylladb.com>