* lots of goodies.
[scdataviz] / Makefile
index bdecce4..3922e81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ INCL          =               # List of *.h
 # Optional add #
 ################
 IPATH   = -I.           # path of include file
-OBJOPT  = -ggdb -g3 -Wall -Wstrict-prototypes -DDEBUG -std=c99 -D_GNU_SOURCE      # option for obj
-EXEOPT  = -ggdb -g3 -Wall -Wstrict-prototypes -std=c99 -D_GNU_SOURCE     # option for exe (-lefence ...)
+OBJOPT  = -ggdb -g3 -pg -Wall -Wstrict-prototypes -DDEBUG -std=c99 -D_GNU_SOURCE      # option for obj
+EXEOPT  = -ggdb -g3 -pg -Wall -Wstrict-prototypes -std=c99 -D_GNU_SOURCE     # option for exe (-lefence ...)
 LPATH   = -L.           # path for librairies ... 
 
 #####################