You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/07/15 19:13:08 UTC

[GitHub] [trafficserver] bryancall commented on a change in pull request #7005: Added tasks and launch files for vscode, to configure, build and debug

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



##########
File path: .vscode/tasks.json
##########
@@ -18,7 +18,7 @@
         {
             "label": "Configure",
             "type": "shell",
-            "command": "./configure --enable-ccache  --enable-experimental-plugins --enable-example-plugins --enable-test-tools --enable-debug --enable-werror",
+            "command": "autoreconf -if; ./configure --enable-ccache  --enable-experimental-plugins --enable-example-plugins --enable-test-tools --enable-debug --enable-werror",

Review comment:
       👍 Yeah, I decided to do that and a few more things in the lasted commit.




----------------------------------------------------------------
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:
users@infra.apache.org