4 lines
94 B
Text
4 lines
94 B
Text
|
#!/bin/bash
|
||
|
COMPILER_OPTS="CC=clang CXX=clang++"
|
||
|
COMPILER_VERSION_CMD="llvm-config --version"
|