comparison example/Miller_Rabin/Makefile.def @ 1265:356cc13725a6 draft

change debug option
author Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 19 Nov 2011 14:37:52 +0900
parents 5153ce1b2001
children c1c8dbed726d
comparison
equal deleted inserted replaced
1264:5153ce1b2001 1265:356cc13725a6
7 # ex linux/ps3 7 # ex linux/ps3
8 CERIUM = ../../../Cerium 8 CERIUM = ../../../Cerium
9 9
10 CC = g++ 10 CC = g++
11 #CFLAGS = -O9 -Wall 11 #CFLAGS = -O9 -Wall
12 CFLAGS = -g -Wall 12 CFLAGS = -g -O0 -Wall
13 #CFLAGS = -pg -Wall 13 #CFLAGS = -pg -Wall
14 14
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. 15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
16 LIBS = -L${CERIUM}/TaskManager 16 LIBS = -L${CERIUM}/TaskManager