dmuratshin 9 years ago
parent
commit
2b91bc060d
2 changed files with 19 additions and 0 deletions
  1. 19 0
      oxygine/src/core/oxygine.cpp
  2. 0 0
      oxygine/src/core/system_data.cpp

+ 19 - 0
oxygine/src/core/oxygine.cpp

@@ -242,6 +242,25 @@ namespace oxygine
         {
             Input::instance.__removeFromDebugList();
 
+            std::string t;
+
+#ifdef OX_DEBUG
+            t += "OX_DEBUG ";
+#endif
+
+#ifdef NDEBUG
+            t += "NDEBUG ";
+#endif
+
+#ifdef _DEBUG
+            t += "_DEBUG ";
+#endif
+
+#ifdef DEBUG
+            t += "DEBUG ";
+#endif
+
+            log::messageln("build settings %s", t.c_str());
 
             if (!_dispatcher)
                 _dispatcher = new EventDispatcher;

File diff suppressed because it is too large
+ 0 - 0
oxygine/src/core/system_data.cpp


Some files were not shown because too many files changed in this diff