GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
82 stars 17 forks source link

Statically link with libgcc and libstdc++ for more Linux compatibility. #166

Closed dsnopek closed 2 weeks ago

dsnopek commented 2 weeks ago

Fixes https://github.com/GodotVR/godot_openxr_vendors/issues/163

This will make the binary larger, but it'll allow the extension to be compatible with more Linux distros

dsnopek commented 2 weeks ago

To add a little more info about the binary size increase when compiled on my system:

Bulid Before After
debug 2.4M 3.7M
release 2.3M 3.7M

So, it's an increase of ~1.3M, which is pretty negligible on desktop.