SFML community forums
Help => General => Topic started by: svrtgujbhk on June 10, 2011, 10:41:28 am
-
Are there any asserts in SFML that I should disable in the production code?
-
Asserts are always disabled in production code, they do something only in debug mode.