Disable script profiler in release build

This commit is contained in:
Twan van Laarhoven
2020-05-12 18:54:56 +02:00
parent cc56aec430
commit cb635bd73d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include <script/script.hpp>
#include <script/context.hpp>
#ifndef USE_SCRIPT_PROFILING
#if !defined(USE_SCRIPT_PROFILING) && defined(_DEBUG)
#define USE_SCRIPT_PROFILING 1
#endif