Merge pull request #2258 from AsparagusEduardo/RHH_enableBugfix

Enable BUGFIX by default
This commit is contained in:
ghoulslash
2022-08-26 09:56:19 -04:00
committed by GitHub

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.