mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Revert Makefile changes
Some unwanted changes to Makefile slept in in patch "Introduced the UCI_AnalyseMode option". Revert them. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
080a4995a3
commit
5f232e0667
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue