Skip to content

Commit

Permalink
Specify _FORTIFY_SOURCE=3 (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed May 27, 2023
1 parent 161be3f commit e7a364d
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 @@ -34,7 +34,7 @@ AC_CHECK_HEADERS([attr/xattr.h])
AC_CHECK_HEADERS([sys/extattr.h])
AC_CHECK_FUNCS([fallocate])

CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=3"

dnl ----------------------------------------------
dnl For macOS
Expand Down

0 comments on commit e7a364d

Please sign in to comment.