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
commit ae2ff4c1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.