summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index 59b2ec42c..596dca253 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -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'