Fix Makefiles to account for the $CC and $CXX environment variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CXX := g++
|
||||
CXX ?= g++
|
||||
|
||||
CXXFLAGS := -Wall -std=c++11 -O2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user