Enable BUGFIX by default

This commit is contained in:
Eduardo Quezada 2022-08-25 22:35:22 -04:00
parent 0095b3181b
commit 4c999b40b1

View File

@ -26,7 +26,7 @@
#endif
// Uncomment to fix some identified minor bugs
//#define BUGFIX
#define BUGFIX
// Various undefined behavior bugs may or may not prevent compilation with
// newer compilers. So always fix them when using a modern compiler.