libuEv v1.3.0
Changes
- Change to GNU configure and build system
- Default optimization is now
-O2, not-Os, which can be a bit
unpredictable with some cross compiler toolchains.-O2is
the tried and tested path, and default in autotools - Added
-Wextrato the previous-W -Wall, drop-Werror
which is supposed to be used by maintainer(s) only.