Introduce JERRY_DISABLE_HEAVY_DEBUG preprocessor definiton to speed up debug version of the engine.
Heavy debug is enabled only for unit tests. JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
@@ -23,7 +23,7 @@ project (Jerry_Plugins CXX ASM)
|
||||
set(DEFINES_PLUGINS_DEBUG )
|
||||
|
||||
# Release
|
||||
set(DEFINES_PLUGINS_RELEASE JERRY_NDEBUG)
|
||||
set(DEFINES_PLUGINS_RELEASE JERRY_NDEBUG JERRY_DISABLE_HEAVY_DEBUG)
|
||||
|
||||
# Platform-specific
|
||||
# Linux
|
||||
|
||||
Reference in New Issue
Block a user