> Trying to build a uWSGI binary for use only Python. Without unnecessary
> plugins.
>
> [uwsgi]
> inherit = base
>
> # Necessary:
> threading = true
> ini = true
>
> # I think it is unnecessary:
> xml = false
> yaml = false
> json = false
> sqlite3 = false
> zeromq = false
> snmp = false
> spooler = false
> ssl = false
> udp = false
> multicast = false
> async = false
> ldap = false
> sendfile = false
>
> # ?
> embedded = true

disable it if you do not want/need access to the 'uwsgi' embedded module

> minterpreters = true

disable it if you do not plan to host multiple 'almost-isolated' apps in
the same process

> pcre = auto
> routing = auto


use them only if you need internal routing:

http://projects.unbit.it/uwsgi/wiki/InternalRouting

> ipv6 = false


no ipv6 network = no need for it

>
>
> Why does not compile?


retry with the latest tip


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to