From d35ecac1ee5d08c3c7d3604ba6ec4d7177f20289 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 21 Oct 2015 12:01:27 -0400 Subject: maker.org make setting debug flags more straightforward, clean --- makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6f9b746..3f769bd 100644 --- a/makefile +++ b/makefile @@ -23,9 +23,6 @@ DC=$($(SET_D_COMPILER)) DC_FLAGS=$($(shell echo $(SET_D_COMPILER)_FLAGS)) DC_FLAGS_RELEASE=$($(shell echo $(SET_D_COMPILER)_FLAGS_RELEASE)) DC_FLAG_BINOF=$($(shell echo $(SET_D_COMPILER)_FLAG_BINOF)) -#DC_FLAGS=$($(shell echo $(DC)_FLAGS)) -#DC_FLAGS_RELEASE=$($(shell echo $(DC)_FLAGS_RELEASE)) -#DC_FLAG_BINOF=$($(shell echo $(DC)_FLAG_BINOF)) DC_FLAGS_DEBUG_DEFAULT_SET=-unittest -debug=checkdoc -debug=summary DC_FLAGS_DEBUG_SET=\ $(shell echo $(DC_FLAGS_DEBUG_DEFAULT_SET) $(SET_DC_FLAGS_DEBUG_EXTRA)) -- cgit v1.2.3