mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
438 B
438 B
Tiny Config
Milsko's configure script supports the --tiny option for building the tiniest possible Milsko library (~400kb as of writing). Currently, what it does is:
- Add
-Ozto the cflags - (clang only) add
-flto=thinto the cflags and linker flags - Build stb-image with
STB_IMAGE_STATIC(this is why you get warnings with stb_image when you use it) - (Linux) Disable the Wayland backend
- (Linux) Disable dbus integration