Skip to content

Commit c3ab5f7

Browse files
authored
Update build.sh
Switch back to default g++
1 parent 0ca1b91 commit c3ab5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ if ! which g++ make > /dev/null; then
3838
fi
3939

4040
# Build
41-
make CXX=clang++-4.0 DEBUG=1 SC_NO_NETWORKING=1 -C engine ${build_target} -j${available_cpus}
41+
make DEBUG=1 SC_NO_NETWORKING=1 -C engine ${build_target} -j${available_cpus}
4242

0 commit comments

Comments
 (0)