
14 Jun
2007
14 Jun
'07
9:17 a.m.
Hello all
On Thu, 14 Jun 2007, Matthieu Brucher wrote:
cc_exe = 'icc -g -fomit-frame-pointer -xT -fast'
Just some comments on that :
- in release mode, you should not use '-g', it slows down the execution of
your program
Do you have a reference that explains this in more detail? I thought -g just added debug information without changing the generated code?
Regards,
Albert