Skip to content
Snippets Groups Projects
Commit 82c2fe3b authored by Daniel Salzman's avatar Daniel Salzman
Browse files

configure: extend compiler checks

parent 5effa68e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ AM_PROG_CC_C_O
AC_PROG_CPP_WERROR
# Default compiler flags
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wall -Wlogical-op -Werror=format-security"
# Checks for programs.
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # call AM_PROG_AR only if available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment