Mercurial > hg > Game > Cerium
changeset 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 | c67331f3b4da |
files | TaskManager/Makefile.def example/Miller_Rabin/Makefile.def |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/TaskManager/Makefile.def Sat Nov 19 14:35:03 2011 +0900 +++ b/TaskManager/Makefile.def Sat Nov 19 14:37:52 2011 +0900 @@ -29,8 +29,8 @@ ABIBIT = 64 -# OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE -OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE +OPT = -g -O0 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE +# OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE