Remove COMPILER from Makefile

The same functionality is available by using COMPCXX and having another variable which does the same is just confusing.
There was only one mention on Stockfish Wiki about this which has been changed to COMPCXX.

closes https://github.com/official-stockfish/Stockfish/pull/5154

No functional change
This commit is contained in:
Disservin
2024-04-05 11:34:11 +02:00
committed by Joost VandeVondele
parent 94484db6e8
commit de2244284b
6 changed files with 11 additions and 16 deletions

View File

@@ -546,11 +546,6 @@ else
endif
endif
### Travis CI script uses COMPILER to overwrite CXX
ifdef COMPILER
COMPCXX=$(COMPILER)
endif
### Allow overwriting CXX from command line
ifdef COMPCXX
CXX=$(COMPCXX)