Don't analyze BSNES cheat.app, the analyzer uses >1GB memory on it

This commit is contained in:
Alexander Strange
2011-09-27 17:48:43 -04:00
parent 0cee5c00d2
commit c8d039f115
+3
View File
@@ -1,3 +1,5 @@
#ifndef __clang_analyzer__
#include <../base.hpp>
#define CHEAT_CPP
@@ -393,3 +395,4 @@ string& Cheat::decode_description(string &desc) const {
};
#endif