With optmizations on, the `return' on this code: bool foo(int &k) { return &k != nullptr; } is reduced to `return true;'. Is there an option for disabling this optimization?