Chen Tao
Chen Tao
As in title. Meanwhile `gmake` backend does handle these [in here](https://github.com/bkaradzic/GENie/blob/master/src/actions/make/make_cpp.lua#L638) Also thanks a lot for your great work for maintaining a working premake alternative 😉
Hi, I'm wondering if it's possible to use VFW without inheriting BaseBehaviour at all? For comparison in FullInspector there's and attribute [fiInspectorOnly ](https://jacobdufault.github.io/fullinspector/guide/#docs/usage_fiinspectoronly) to enable it's advanced inspecting functionality at...
- Fix usage string `--skip-code-test` to `--skip-code-tests`. - Added a token `{#additonal_option|-rdynamic#}` which introduce arbitrary flag to `build-exe/obj/lib` example. - Fix wasm freestanding example, it now needs explicit export symbols...
I'm running into an issue that local `pip install -e` failed on the open. Changing it to open with `utf-8` fixed it for me.