Skip to content

Commit

Permalink
Use -fno-strict-aliasing for libev
Browse files Browse the repository at this point in the history
Using -Wno-strict-aliasing seemed to break on various setups, including
epel6/epel7.

Fixes: #181
  • Loading branch information
daghf committed Jun 6, 2017
1 parent 8a5d3c0 commit ea44179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ HITCH_CHECK_FLAGS([HITCH_CFLAGS], [
AC_SUBST([HITCH_CFLAGS])

dnl Help libev macros
HITCH_CHECK_FLAGS([EV_CFLAGS], [-Wno-strict-aliasing])
HITCH_CHECK_FLAGS([EV_CFLAGS], [-fno-strict-aliasing])

AC_CONFIG_FILES([
Makefile
Expand Down

0 comments on commit ea44179

Please sign in to comment.