- remove "-JIT" text from version string for public release build;

This commit is contained in:
mtabachenko 2013-04-27 14:41:07 +00:00
parent 69d4b84110
commit 627d5122c7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
#define DESMUME_COMPILER_DETAIL ""
#endif
#ifdef HAVE_JIT
#if defined(HAVE_JIT) && !defined(PUBLIC_RELEASE)
#define DESMUME_JIT "-JIT"
#else
#define DESMUME_JIT ""