We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7572898 commit 6bd7d70Copy full SHA for 6bd7d70
1 file changed
tools/run-tests.py
@@ -148,7 +148,7 @@ def skip_if(condition, desc):
148
Options('buildoption_test-no_jerry_libm',
149
['--jerry-libm=off', '--link-lib=m']),
150
Options('buildoption_test-no_lcache_prophashmap',
151
- ['--compile-flag=-DCONFIG_ECMA_LCACHE_DISABLE', '--compile-flag=-DCONFIG_ECMA_PROPERTY_HASHMAP_DISABLE']),
+ ['--compile-flag=-DJERRY_LCACHE=0', '--compile-flag=-DJERRY_PROPRETY_HASHMAP=0']),
152
Options('buildoption_test-external_context',
153
['--external-context=on']),
154
Options('buildoption_test-shared_libs',
0 commit comments