Brian Willoughby wrote: > What is the advantage of removing an assert? - even FLAC_ASSERT()
This specific commit was removed because it firing too often when I was running flac compiled with --enable-debug under the American Fuzzy Lop file fuzzer. > My understanding is that assert() is only compiled into the code with > Debug builds, This is correct, but what sort of things are being checked with asserts that you do not want to check in the Release builds? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
