Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 1 | -26/+0 |
| | |||||
* | [SCons] Refactor targets, symbols, optimizations. | Fabio Alessandrelli | 2022-10-04 | 1 | -0/+26 |
Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit. |