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
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.
Recompilation is a forced compilation of the source files which have already been compiled before.
Compare: compile
Release cache is the object_cache optimized for maximum runtime performance.
Compare: object_cache, debug cache