Commit 6d473fc6 authored by twanvl's avatar twanvl

don't warn about debug ascii build

parent 691c8f24
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#if USE_SCRIPT_PROFILING #if USE_SCRIPT_PROFILING
// don't use script profiling in final build // don't use script profiling in final build
#ifndef UNICODE #if !defined(UNICODE) && !defined(_DEBUG)
#error "It looks like you are building the final release; disable USE_SCRIPT_PROFILING!" #error "It looks like you are building the final release; disable USE_SCRIPT_PROFILING!"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment