Browse Source

disable strict aliasing

OPENBSD_5_8
Brent Cook 8 years ago
parent
commit
ee9bac45b9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac View File

@ -31,6 +31,8 @@ AM_PROG_CC_C_O
AC_PROG_LIBTOOL
AC_PROG_YACC
CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"
case $host_os in
*darwin*)
HOST_OS=darwin


Loading…
Cancel
Save