zwoop opened a new pull request, #11192:
URL: https://github.com/apache/trafficserver/pull/11192
An example compiler script would be (for macOS):
```
#!/bin/sh
SOURCE=$1
DEST=$2
CXXFLAGS="-std=c++20 -I/opt/homebrew/include -I/opt/ats/include"
clang++ -undefined dynamic_lookup -shared -fPIC ${CXXFLAGS} -L/opt/ats/lib
-lswoc-1.5.11 -lcripts -o $DEST $SOURCE
```
--
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]