Browse Source

Merge pull request #1094

master
Valdis Vitolins 3 years ago
parent
commit
e1dccd5a94
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      configure.ac

+ 9
- 0
configure.ac View File

AX_CHECK_COMPILE_FLAG([-Wunused], [CFLAGS="-Wunused $CFLAGS"]) AX_CHECK_COMPILE_FLAG([-Wunused], [CFLAGS="-Wunused $CFLAGS"])
AX_CHECK_COMPILE_FLAG([-Wunused-parameter], [CFLAGS="-Wunused-parameter $CFLAGS"]) AX_CHECK_COMPILE_FLAG([-Wunused-parameter], [CFLAGS="-Wunused-parameter $CFLAGS"])



dnl ================================================================
dnl Enable two-complement signed integer wrapping
dnl
dnl Otherwise this is undefined behavior.
dnl ================================================================

AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="-fwrapv $CFLAGS"])

dnl ================================================================ dnl ================================================================
dnl libFuzzer checks. dnl libFuzzer checks.
dnl ================================================================ dnl ================================================================

Loading…
Cancel
Save