]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Revert Makefile changes
[stockfish] / src / Makefile
index 09e79563d2e3229b228294cd75bcdb15ac0adda3..5e27f9e72788f8ab14f10cf79d8ccbb2f68c1d41 100644 (file)
@@ -44,7 +44,7 @@ clean:
 ### Compiler:
 ###
 
-CXX = g++-4.2
+CXX = g++
 # CXX = icpc
 
 
@@ -67,7 +67,7 @@ include .depend
 
 # Enable/disable debugging, disabled by default
 
-CXXFLAGS += -DNDEBUG
+CXXFLAGS += -DNDEBUG
 
 
 # Compile with full warnings, and symbol names stripped, you can use