diff example/Miller_Rabin/Makefile.def @ 1264:5153ce1b2001 draft

change option
author Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 19 Nov 2011 14:35:03 +0900
parents 52667b4c31e0
children 356cc13725a6
line wrap: on
line diff
--- a/example/Miller_Rabin/Makefile.def	Sat Nov 19 14:32:41 2011 +0900
+++ b/example/Miller_Rabin/Makefile.def	Sat Nov 19 14:35:03 2011 +0900
@@ -9,8 +9,8 @@
 
 CC      = g++
 #CFLAGS  = -O9 -Wall
-#CFLAGS  = -g -Wall
-CFLAGS  = -pg -Wall
+CFLAGS  = -g -Wall
+#CFLAGS  = -pg -Wall
 
 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L${CERIUM}/TaskManager