diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/general.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/general.mk b/config/general.mk index cd50fdc..293db96 100644 --- a/config/general.mk +++ b/config/general.mk @@ -1,5 +1,10 @@ VERBOSE = false +DEBUG = true ifneq ($(VERBOSE),true) MAKE_OPTS = --no-print-directory -s endif + +ifeq ($(DEBUG),true) +TARGET_CPPFLAGS += -DFULLDEBUG +endif
\ No newline at end of file |