mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-01-25 02:46:26 +00:00
The macro under !JERRY_NDEBUG was evaluting it's argument and called jerry_assert_fail if the argument was evaluated to false. Under JERRY_NDEBUG the macro still was evaluating it's argument but jerry_assert_fail wasn't called anyway. Now macro doesn't evaluate it's argument under JERRY_NDEBUG build.
Description
Languages
C
70.5%
JavaScript
25.1%
Python
2.7%
CMake
1%
Shell
0.5%