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

configure: remove -fno-strict-aliasing parameter (no longer needed)

parent 4690de01
No related branches found
No related tags found
No related merge requests found
......@@ -162,10 +162,6 @@ AC_ARG_ENABLE([microseconds-log],
AX_CHECK_COMPILE_FLAG("-fpredictive-commoning", [CFLAGS="$CFLAGS -fpredictive-commoning"], [], "-Werror")
# Disable strict aliasing
# FIXME: we break strict aliasing on many occurenes, disable it until resolved or kept
AX_CHECK_COMPILE_FLAG("-fno-strict-aliasing", [CFLAGS="$CFLAGS -fno-strict-aliasing"], [])
# Default directories
run_dir="${localstatedir}/run/knot"
AC_ARG_WITH([rundir],
......
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