I missed a couple of things
--HG-- extra : convert_revision : 2fa44718e381ff743fa1cf12f4db2221dca87e4c
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user