Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

PGO

akulp
Beginner
211 Views

I'm sure that I'm doing something wrong, but I've got the Intel C++ Compiler installed in MS VS2003. I converted to the Intel C++ project system, and all compiles and optimized fine, except that I can't seem to generate PGO files. I added the /Qprof_gen option to the Command Line Additional Options field, but no dyn file is generated. Is it possibly conflicting with any other command line switch? These are my current compiler settings:

/c /Od /Og /Ob2 /Oi /Ot /Oy /I "..src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo".Debug/" /W3 /nologo /ZI /Gd /Qprof_gen /QaxP /Qparallel

If any of these are wrong, can you please tell me how to change them from the visual settings?

Thanks!

0 Kudos
1 Reply
akulp
Beginner
211 Views

Ignore me!

I disabled all optimizations (reverted them to default settings at any rate) and it worked fine.

-Arian

0 Kudos
Reply