mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
Dactyloidae Milsko Widget initial commit
This commit is contained in:
parent
2e7355c0ef
commit
91b45c0d14
410 changed files with 204246 additions and 0 deletions
9
widget/milsko/milskosrc/doc/TINYCONFIG.md
Normal file
9
widget/milsko/milskosrc/doc/TINYCONFIG.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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 `-Oz` to the cflags
|
||||
- (clang only) add `-flto=thin` to 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue