I missed a couple of things

--HG--
extra : convert_revision : 2fa44718e381ff743fa1cf12f4db2221dca87e4c
This commit is contained in:
Ali Saidi
2007-01-27 15:47:18 -05:00
parent 02bd40d552
commit f9a341f8e7
2 changed files with 2 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ elif env['SUNCC']:
elif env['ICC']:
ccflags['debug'] = '-g -O0'
ccflags['opt'] = '-g -O'
ccflags['fast'] = '-xW -O3 -ipo -no-prec-div -static'
ccflags['fast'] = '-fast'
ccflags['prof'] = '-fast -g -pg'
else:
print 'Unknown compiler, please fix compiler options'