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