On Friday, 5 February 2016 at 09:50:43 UTC, Suliman wrote: > Will asserts stay after compilation in release mode? No. The only assert that remains in release mode is assert(false) or assert(0) as a way to identify that you've reached a piece of code that shouldn't be executed.