X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=d834447efe0dfffba4b8651713810518dc0e39cc;hb=a87b0e37a16ab8f7d2661fd4e6e0cd30ec7c61dc;hp=ee840ac39b88392203c958ef89e47c468aa116ea;hpb=a954a12134959eab351047489430c57f6281f6c7;p=scdataviz diff --git a/Makefile b/Makefile index ee840ac..d834447 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ INCL = # List of *.h # Optional add # ################ IPATH = -I. # path of include file -OBJOPT = -ggdb -g3 -Wall -Wstrict-prototypes # option for obj +OBJOPT = -ggdb -g3 -Wall -Wstrict-prototypes -DDEBUG # option for obj EXEOPT = -ggdb -g3 -Wall -Wstrict-prototypes # option for exe (-lefence ...) LPATH = -L. # path for librairies ...