diff options
Diffstat (limited to 'transitions/EXPRESSIONS')
-rw-r--r-- | transitions/EXPRESSIONS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/transitions/EXPRESSIONS b/transitions/EXPRESSIONS index 18c5dbc..d1ecefa 100644 --- a/transitions/EXPRESSIONS +++ b/transitions/EXPRESSIONS @@ -51,6 +51,27 @@ , "$1": [ {"type": "CALL_EXPRESSION", "name": "with fPIC"} , {"type": "singleton_map", "key": "BUILD_OBJECT_ONLY", "value": null} + , { "type": "singleton_map" + , "key": "BUILD_OBJECT_ONLY_DROP_OBJECT_LINKING" + , "value": null + } + ] + } + } +, "with fPIC, object-only": + { "doc": + ["Like \"with fPIC\", but also unconditionally setting BUILD_OBJECT_ONLY"] + , "var": ["BUILD_OBJECT_ONLY"] + , "imports": {"with fPIC": "with fPIC"} + , "expression": + { "type": "map_union" + , "$1": + [ {"type": "CALL_EXPRESSION", "name": "with fPIC"} + , {"type": "singleton_map", "key": "BUILD_OBJECT_ONLY", "value": true} + , { "type": "singleton_map" + , "key": "BUILD_OBJECT_ONLY_DROP_OBJECT_LINKING" + , "value": true + } ] } } |