attempt to see if eariler init helps on macosx

This commit is contained in:
Mark Vejvoda
2011-11-01 20:07:18 +00:00
parent 279ef96fd1
commit e15d9cab5d
3 changed files with 50 additions and 22 deletions

View File

@@ -2466,8 +2466,8 @@ int glestMain(int argc, char** argv) {
if( haveSpecialOutputCommandLineOption == false ||
hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_VERSION]) == true) {
#ifdef USE_STREFLOP
# define STREFLOP_NO_DENORMALS
streflop_init<streflop::Simple>();
//# define STREFLOP_NO_DENORMALS
// streflop_init<streflop::Simple>();
printf("%s, SVN: [%s], [STREFLOP]\n",getNetworkVersionString().c_str(),getSVNRevisionString().c_str());
#else
printf("%s, SVN: [%s]\n",getNetworkVersionString().c_str(),getSVNRevisionString().c_str());