[
https://issues.apache.org/jira/browse/TS-3939?focusedWorklogId=31325&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31325
]
ASF GitHub Bot logged work on TS-3939:
--------------------------------------
Author: ASF GitHub Bot
Created on: 28/Oct/16 23:21
Start Date: 28/Oct/16 23:21
Worklog Time Spent: 10m
Work Description: Github user zwoop commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1164#discussion_r85624763
--- Diff: configure.ac ---
@@ -188,6 +188,14 @@ AC_ARG_ENABLE([werror],
)
AC_MSG_RESULT([$enable_werror])
+# Enable ASAN for the builds
+AC_MSG_CHECKING([whether to enable asan])
+AC_ARG_ENABLE([asan],
+ [AS_HELP_STRING([--enable-asan],[turn on asan])],
--- End diff --
+1
Issue Time Tracking
-------------------
Worklog Id: (was: 31325)
Time Spent: 1h (was: 50m)
> Add a --enable-asan configure option
> ------------------------------------
>
> Key: TS-3939
> URL: https://issues.apache.org/jira/browse/TS-3939
> Project: Traffic Server
> Issue Type: New Feature
> Components: Build
> Reporter: Leif Hedstrom
> Assignee: Bryan Call
> Labels: newbie
> Fix For: 7.1.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> It might be useful to make these options, to make it simpler / easier to add
> a build that uses ASan (or TSan).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)