# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module: name: static_linker namespace: ark::static_linker options: - name: log-level type: std::string possible_values: - debug - info - error - fatal description: Log level default: error - name: output type: std::string description: Output location default: "" - name: partial-classes type: arg_list_t default: - _GLOBAL description: Allow merging implementations together - name: remains-partial-classes type: arg_list_t default: [] description: Allow unresolved methods and fields for following classes, i.e. `_GLOBAL` - name: show-stats type: bool default: false description: Show linking statistics - name: strip-debug-info type: bool default: false description: Remove debug information from files