bryancall commented on a change in pull request #7005:
URL: https://github.com/apache/trafficserver/pull/7005#discussion_r455337658



##########
File path: .vscode/tasks.json
##########
@@ -3,6 +3,20 @@
     // for the documentation about the tasks.json format
     "version": "2.0.0",
     "tasks": [
+        {
+            "label": "Autoreconf",
+            "type": "shell",
+            "command": "autoreconf -if",
+            "problemMatcher": []
+        },
+        {
+            "label": "Configure",
+            "type": "shell",
+            "command": "./configure --prefix=/opt/ats --enable-ccache  
--enable-experimental-plugins --enable-example-plugins --enable-test-tools 
--enable-debug --enable-werror",

Review comment:
       @ezelkow1 I am playing around with it to see if I can set an environment 
variable to override the default 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to