defold / extender

Native extension build server
https://defold.com/manuals/extensions/
MIT License
45 stars 19 forks source link

Add validation for emscriptenLinkFlags #532

Open Jhonnyg opened 1 month ago

Jhonnyg commented 1 month ago

Currently we accept link flags in any form. As a bare minimum we should check that the flag satisfies at least "X=Y".

All the flags that are supported is presented here: https://github.com/emscripten-core/emscripten/blob/main/src/settings.js