Mercurial > hg > Applications > Grep
diff regexParser/Makefile @ 317:fa590a7272ae
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 08 May 2016 11:40:38 +0900 |
parents | c4d33b7c3ccd |
children | 672c1be4eec7 |
line wrap: on
line diff
--- a/regexParser/Makefile Sat May 07 19:41:48 2016 +0900 +++ b/regexParser/Makefile Sun May 08 11:40:38 2016 +0900 @@ -1,6 +1,6 @@ TARGET= regexParser test/ccMerge -CFLAGS= -Wall -O -g -I$(CERIUM)/include/TaskManager -I. -SEQCFLAGS= -Wall -O -g -I$(CERIUM)/include/TaskManager -I. +CFLAGS= -Wall -O0 -g -I$(CERIUM)/include/TaskManager -I. +SEQCFLAGS= -Wall -O0 -g -I$(CERIUM)/include/TaskManager -I. CC= clang++ CbC= /usr/local/Cellar/cbc/llvm3.8/bin/clang CERIUM= ../../Cerium