mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix Lcache and property hashmap related buildoption tests (#2973)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
parent
75728980a3
commit
6bd7d70a69
@ -148,7 +148,7 @@ JERRY_BUILDOPTIONS = [
|
||||
Options('buildoption_test-no_jerry_libm',
|
||||
['--jerry-libm=off', '--link-lib=m']),
|
||||
Options('buildoption_test-no_lcache_prophashmap',
|
||||
['--compile-flag=-DCONFIG_ECMA_LCACHE_DISABLE', '--compile-flag=-DCONFIG_ECMA_PROPERTY_HASHMAP_DISABLE']),
|
||||
['--compile-flag=-DJERRY_LCACHE=0', '--compile-flag=-DJERRY_PROPRETY_HASHMAP=0']),
|
||||
Options('buildoption_test-external_context',
|
||||
['--external-context=on']),
|
||||
Options('buildoption_test-shared_libs',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user