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
crashes my program and GPU drivers.
Hilariously, my screen turned blank and I didn't get to see the error message.
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
and building a rust program in release mode
crashes my program and GPU drivers.
Hilariously, my screen turned blank and I didn't get to see the error message.