masaori335 commented on issue #10295: URL: https://github.com/apache/trafficserver/issues/10295#issuecomment-1720278345
``` root@a365165da8f7:/workspace/out_of_source_build_dir# cat config.nice #! /bin/sh # # Created by configure CC="clang"; export CC CXX="clang++"; export CXX NM=""; export NM "../configure" \ "--enable-experimental-plugins" \ "--enable-example-plugins" \ "--enable-expensive-tests" \ "--prefix=/tmp/ats/" \ "--enable-werror" \ "--enable-ccache" \ "--enable-asan" \ "CC=clang" \ "CXX=clang++" \ "$@" ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
