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

/GX Compiler flag

michaelnikelsky1
Beginner
326 Views
Hi,

I am just trying out the intel 12 compiler coming from the msvc10 compiler and have to use the /GX flag since I cant use boost otherwise since I get linker errors due to the exception stuff. However, the compiler tells me this flag is deprecated. Is there any other flag that does the same thing that is not deprecated?

Michael
0 Kudos
2 Replies
Om_S_Intel
Employee
326 Views
You may try /EHsc compiler option.
0 Kudos
michaelnikelsky1
Beginner
326 Views
That works :)

Thank you
0 Kudos
Reply