diff DPP/Makefile @ 33:3946f8d26710 draft default tip

add benchmarck/binary-trees
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 09 Apr 2013 16:41:30 +0900
parents d6ac7ec2c6a7
children
line wrap: on
line diff
--- a/DPP/Makefile	Tue Oct 09 17:34:59 2012 +0900
+++ b/DPP/Makefile	Tue Apr 09 16:41:30 2013 +0900
@@ -3,8 +3,9 @@
 #MCC=mcc
 TARGET=dpp dpp2 tableau tableau2 tableau3
 #MCCFLAGS=-s
-#CFLAGS=-I. -g -Wall
-CFLAGS=-O3 -Wall
+
+#CFLAGS=-O3 -Wall
+CFLAGS=-O0 -g3
 
 .SUFFIXES:	.cbc .c .o