comparison fft_fixstart/Makefile.def @ 5:3602b23914ad

fix device type bug
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 05 Feb 2013 13:32:08 +0900
parents f3cfea46e585
children
comparison
equal deleted inserted replaced
4:8df0d3128672 5:3602b23914ad
5 #CERIUM = /Users/gongo/Source/Cerium 5 #CERIUM = /Users/gongo/Source/Cerium
6 ABIBIT=64 6 ABIBIT=64
7 7
8 # ex linux/ps3 8 # ex linux/ps3
9 9
10 OPT = -g 10 OPT = -g -O0
11 11
12 CC = clang++ 12 CC = clang++
13 CFLAGS = -Wall $(OPT) 13 CFLAGS = -Wall $(OPT)