1--- 1.1.0.4/source/src/Makefile
2+++ 1.1.0.4/source/src/Makefile
3@@ -6,7 +6,7 @@
4 # found to have been caused by the g++ compiler in the past. This seems to have
5 # been fixed now by relaxing the optimization that g++ does, so although we'll
6 # continue using clang++ (just in case), you can use g++ if you prefer.
7-CXX=clang++
8+#CXX=clang++
9
10 # Changing this to ACDEBUG=yes will compile a debug version of AssaultCube.
11 ACDEBUG=no