Skip to content

Commit 9243a20

Browse files
author
Bernhard Scholz
authored
Merge pull request #1405 from mmcgr/overflow
Assume 2's complement when compiling
2 parents 60a74a7 + 6756c55 commit 9243a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
3232

3333
dnl Do not set default CFLAGS and CXXFLAGS
3434
ENV_CXXFLAGS="$CXXFLAGS"
35-
CXXFLAGS=""
35+
CXXFLAGS=" -fwrapv "
3636

3737
# Disable provenance
3838
AC_ARG_ENABLE(

0 commit comments

Comments
 (0)