1009,1019d1008
<
< elif env['SUNCC']:
< ccflags['debug'] += ['-g0']
< ccflags['opt'] += ['-O']
< for target in ['fast', 'prof', 'perf']:
< ccflags[target] += ['-fast']
< elif env['ICC']:
< ccflags['debug'] += ['-g', '-O0']
< ccflags['opt'] += ['-O']
< for target in ['fast', 'prof', 'perf']:
< ccflags[target] += ['-fast']