diff 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
line wrap: on
line diff
--- a/example/Miller_Rabin/Makefile.def	Sat Nov 19 14:35:03 2011 +0900
+++ b/example/Miller_Rabin/Makefile.def	Sat Nov 19 14:37:52 2011 +0900
@@ -9,7 +9,7 @@
 
 CC      = g++
 #CFLAGS  = -O9 -Wall
-CFLAGS  = -g -Wall
+CFLAGS  = -g -O0 -Wall
 #CFLAGS  = -pg -Wall
 
 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..