We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdeb43 commit a1543f1Copy full SHA for a1543f1
1 file changed
setup.sh
@@ -2,6 +2,9 @@
2
set -euo pipefail
3
IFS=$'\n\t'
4
5
+echo "$ clang --print-target-triple"
6
+clang --print-target-triple
7
+
8
# Get number of CPU cores
9
CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/null || echo 1)
10
0 commit comments