C

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Rebuild

Rebuilding is a process of compiling and building all the files included in the program or project regardless of whether they were recently changed.

This means that rebuild triggers first cleaning and then building of the program or project.

 

Compare: build, clean

Recompile

Recompilation is a forced compilation of the source files which have already been compiled before.

 

Compare: compile

Release cache

Release cache is the object_cache optimized for maximum runtime performance.

 

Compare: object_cache, debug cache

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.