X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=09e79563d2e3229b228294cd75bcdb15ac0adda3;hb=2a203d8d6fb067461db55bcf3ade747dca9492b7;hp=5e27f9e72788f8ab14f10cf79d8ccbb2f68c1d41;hpb=341f42be8c873db348e74756281ad8dacce0a486;p=stockfish diff --git a/src/Makefile b/src/Makefile index 5e27f9e7..09e79563 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,7 @@ clean: ### Compiler: ### -CXX = g++ +CXX = g++-4.2 # 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