diff --git a/Makefile.linux b/Makefile.linux index 724be15d..24816770 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,5 +1,6 @@ -CXXFLAGS = -g -Wall -INCFLAGS = +# set defaults instead redefine +CXXFLAGS ?= -g -Wall +INCFLAGS ?= ## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time ## **without** overwriting the CXXFLAGS which we need in order to build.