We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca1b91 commit c3ab5f7Copy full SHA for c3ab5f7
jenkins/build.sh
@@ -38,5 +38,5 @@ if ! which g++ make > /dev/null; then
38
fi
39
40
# Build
41
-make CXX=clang++-4.0 DEBUG=1 SC_NO_NETWORKING=1 -C engine ${build_target} -j${available_cpus}
+make DEBUG=1 SC_NO_NETWORKING=1 -C engine ${build_target} -j${available_cpus}
42
0 commit comments