Software Archive
Read-only legacy content
17060 Discussions

Compiling from source

Intel_C_Intel
Employee
536 Views
What are the benefits of compiling your own software vis a vis using pre-compiled programs from a distribution?
0 Kudos
1 Reply
Intel_C_Intel
Employee
536 Views
The main reasons are that it can allow you to optimize and customize your programs.

Most distributions are geared toward a broad range of computing hardware, which means that their pre-compiled programs cannot be optimized.

When you use a pre-compiled program, somebody else decided for you which features are enabled and disabled and how the program behaves in general. Compiling the software yourself allows you to configure it your own way, ensuring that they have a custom fit for you.
0 Kudos
Reply