# Hopefully better utilise POWER9 features
[target.powerpc64le-unknown-linux-gnu]
rustflags = ["-Ctarget-cpu=native"]

# Adjust for your target and uncomment to better utilise your CPU's features
#[target.x86_64-unknown-linux-gnu]
#rustflags = ["-Ctarget-cpu=native"]
