Description =========== Similar to bug #73 , rust compiler optimizations create instability the program and will result in a crash Setting compiler optimizations to the highest level ``` [profile.release] opt-level = 3 ``` and building a rust program in release mode ``` cargo build --release ``` crashes my program and GPU drivers. Hilariously, my screen turned blank and I didn't get to see the error message.