List all compiler features in debug output

This commit is contained in:
timvisee 2019-03-15 13:51:55 +01:00
parent 32e078e1e1
commit 085035bf88
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -837,7 +837,11 @@ pub fn features_list() -> Vec<&'static str> {
features.push("clipboard");
#[cfg(feature = "history")]
features.push("history");
#[cfg(feature = "no-color")]
#[cfg(feature = "qrcode")]
features.push("qrcode");
#[cfg(feature = "urlshorten")]
features.push("urlshorten");
#[cfg(feature = "no-qcolor")]
features.push("no-color");
#[cfg(feature = "send2")]
features.push("send2");