Mercurial > hg > Members > masakoha > testcode
changeset 323:672c1be4eec7
add OPT flag
author | mir3636 |
---|---|
date | Thu, 26 May 2016 20:03:07 +0900 |
parents | 62f4628d2c0d |
children | 879dc5d1cb6a |
files | regexParser/Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/regexParser/Makefile Thu May 26 19:57:44 2016 +0900 +++ b/regexParser/Makefile Thu May 26 20:03:07 2016 +0900 @@ -1,6 +1,7 @@ TARGET= regexParser test/ccMerge -CFLAGS= -Wall -O0 -g -I$(CERIUM)/include/TaskManager -I. -SEQCFLAGS= -Wall -O0 -g -I$(CERIUM)/include/TaskManager -I. +OPT= -O2 +CFLAGS= -Wall $(OPT) -g -I$(CERIUM)/include/TaskManager -I. +SEQCFLAGS= -Wall $(OPT) -g -I$(CERIUM)/include/TaskManager -I. CC= clang++ CbC= /usr/local/Cellar/cbc/llvm3.8/bin/clang CERIUM= ../../Cerium