Hacker News new | ask | show | jobs
by uecker 1 day ago
You need to turn it off by defining NDEBUG. While sometimes it is not for release builds, I am not sure this is common.
1 comments

Visual Studio defaults to defining NDEBUG in release mode, and I think that default was pretty influential