This is an automated email from the ASF dual-hosted git repository. rrm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 4d4a2d22bfd13b610291e1e0ba81a724deff42da Author: Randall Meyer <[email protected]> AuthorDate: Thu Jul 12 12:09:40 2018 -0700 Removes compiler flag overrides related to obsolete intree LuaJIT build --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index 100d5ed..c08bba3 100644 --- a/configure.ac +++ b/configure.ac @@ -1954,20 +1954,6 @@ iocore_include_dirs="\ -I\$(abs_top_srcdir)/iocore/utils \ -I\$(abs_top_srcdir)/iocore/dns" -# Flags for buildit LuaJIT itself. We take the latest version -# of the generic flags, plus any Lua-specific flags so that we -# can strip the coverage flags from Lua while keeping them by -# default everywhere else. -TS_ADDTO(LUAJIT_CFLAGS, [$CFLAGS $luajit_cflags]) -AC_SUBST([LUAJIT_CFLAGS]) - -TS_REMOVEFROM(LUAJIT_CFLAGS, "-fsanitize=address") -TS_REMOVEFROM(LUAJIT_CFLAGS, "-fsanitize=thread") -TS_REMOVEFROM(LUAJIT_CFLAGS, "-fsanitize=memory") -TS_REMOVEFROM(LUAJIT_CFLAGS, "-fprofile-instr-generate") -TS_REMOVEFROM(LUAJIT_CFLAGS, "-fcoverage-mapping") -TS_REMOVEFROM(LUAJIT_CFLAGS, "--coverage") - AC_SUBST([AM_CPPFLAGS]) AC_SUBST([AM_CFLAGS]) AC_SUBST([AM_CXXFLAGS])
