View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-16-2021 , 06:00   Re: How do I tell AMBuild to compile with Clang instead of GCC?
Reply With Quote #2

AMBuild uses the standard CC and CXX environment variables to select a compiler.

Code:
CC=clang CXX=clang++ python ../configure.py --sdks=l4d2,tf2
__________________
asherkin is offline