From f84ac1847283d1fed3875d9acac53165a11fb70e Mon Sep 17 00:00:00 2001 From: hagen Date: Fri, 27 Nov 2015 12:56:05 +0000 Subject: [PATCH] * set defaults to *FLAGS instead redefining them --- Makefile.linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.