Skip to content

Commit

Permalink
asan
Browse files Browse the repository at this point in the history
  • Loading branch information
b100dian committed Jan 10, 2023
1 parent 6d66151 commit 3a1cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -19,7 +19,7 @@ AM_PROG_LIBTOOL

# Enable extra GCC flags.
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS -Wall -Wextra"
CFLAGS="$CFLAGS -Wall -Wextra -fstack-protector-all -fsanitize=address -fno-omit-frame-pointer"
fi

# Checks for header files.
Expand Down

0 comments on commit 3a1cea1

Please sign in to comment.