added DEBUG flags

added REST, DEBUG description in make help
This commit is contained in:
2014-11-18 10:50:38 +01:00
parent 9a43fb4082
commit 3921dc2bf8
2 changed files with 15 additions and 1 deletions

View File

@@ -7,7 +7,16 @@ CXX = $(CC)
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
FLAGS= -Wall -DVERBOSE
FLAGS= -Wall
# -DVERBOSE
# Setting up the verbose flags
ifeq ($(DEBUG),1)
FLAGS = -Wall -DVERBOSE
endif
ifeq ($(DEBUG),2)
FLAGS = -Wall -DVERYVERBOSE
endif
##############################################################
# EigerSLS specific. Set this to yes, if you want to compile