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

How to disable linking time optimizations?

seongyun_k_
Beginner
453 Views

Hi I am using Intel C++ compiler for my projects
 

How to disable linking time optimizations?
The goal is to accelerate the linking time with minimal efforts (without re-organizing the project codes, ... etc)

0 Kudos
1 Reply
Viet_H_Intel
Moderator
453 Views

Are you compiling with ipo? Can you elaborate a bit more.

0 Kudos
Reply