alog 0.5.4

Anonymize 'Combined Log Format' data
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [[ "x$1" == "x--static" ]]; then
    RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --all-features
else
    cargo build --release --all-features
fi

strip --strip-unneeded -R .comment target/release/alog