Getting a strange LLVM issue

I believe this should work:

rustflags = [
    "-C", "target-cpu=native",
    "-C", "llvm-args=-fexhaustive-register-search"
]