Compiling from source

Compiling from source

imagem de Community Admin

What are the benefits of compiling your own software vis a vis using pre-compiled programs from a distribution?

2 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Community Admin

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.

Faça login para deixar um comentário.