Skip to content

Conversation

dkimitsa
Copy link
Contributor

this is being asked time-to-time. usually is is not required as can be covered by robovm, however it might be required for custom builds.
to be configured using robovm.xml, sample config:

<config>

    <tools>
        <linker>
            <flags>
                <flag>-fembed-bitcode</flag>
                <flag>--other-flag</flag>
            </flags>
        </linker>
    </tools>
</config>

to be configured using robovm.xml, sample config:
```
<config>

    <tools>
        <linker>
            <flags>
                <flag>-fembed-bitcode</flag>
                <flag>--other-flag</flag>
            </flags>
        </linker>
    </tools>
</config>
```
@Tom-Ski Tom-Ski merged commit 5ef5e46 into MobiVM:master Mar 20, 2023
@dkimitsa dkimitsa deleted the linker-extra-settings branch March 29, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants