Skip to content

libuEv v1.3.0

Choose a tag to compare

@troglobit troglobit released this 21 Jan 23:57
· 319 commits to master since this release

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. -O2 is
    the tried and tested path, and default in autotools
  • Added -Wextra to the previous -W -Wall, drop -Werror
    which is supposed to be used by maintainer(s) only.