Godot Version
4.4-stable
Question
For a release build of my game, I was wondering if it was possible to compile my GDExtension code with the Godot engine rather than as a dynamically linked library. Searching online, people suggest refactoring the code as a custom module. I was wondering if there was a simpler way to do it, like by editing the SConstruct file.