Home > database >  Program have a lot of PBL every compiler is to compile all of them
Program have a lot of PBL every compiler is to compile all of them

Time:10-13

There's a lot of PBL in the procedure, but if I only changed one at a time, if we need to compile all of the PBL again?

CodePudding user response:

Don't need, can be compiled separately! Right-click on the PBL builder... the

CodePudding user response:

You can use Incremental compilation, an option in the project, Rebuild: Incremental represent Incremental, Full representing the whole compiled

If you modify the ancestors object, using the incremental compilation will compile all the object inheritance and reference the again

CodePudding user response:

It is ok to should be to recognize the file name

CodePudding user response:

refer to the second floor lzp_lrp response:
you can use Incremental compilation, an option in the project, Rebuild: Incremental represent Incremental, Full representing the whole compiled

If you modify the ancestors object, using the incremental compilation will compile all the object inheritance and reference the again
but without modification of the parent class will all objects regenarate again, still takes a long time

CodePudding user response:

The
refer to the original poster ihpgf244328270 response:
there are a lot of PBL in the program, but if I only changed one at a time, if we need to compile all of the PBL again?


If you just combined internal test, direct copy PBL renamed PBD in the past,

If it is really to be published, FULL - REBUILD will find some of the problems is not easy to see at ordinary times, from the Angle of to the user is responsible for good,

CodePudding user response:

Incremental compilation, a large project, sometimes leads to some window cannot be normal operation

CodePudding user response:

refer to the second floor lzp_lrp response:
you can use Incremental compilation, an option in the project, Rebuild: Incremental represent Incremental, Full representing the whole compiled

If you modify the ancestors object, using the incremental compilation will compile all the object inheritance and reference the again

Moderator of the truth

CodePudding user response:

The
refer to the original poster ihpgf244328270 response:
there are a lot of PBL in the program, but if I only changed one at a time, if we need to compile all of the PBL again?


Officially released, is really want to do,

But, if you just used to test (such as a program 100 PBL, respectively by 50 programmers in their programming in 100 project)
FULL - REBUILD every time really take the time, because you can't get 50 people "we compile together and release it again to the test environment in"

So you can simply put your PBL change called PBD, dropping out after issued directly to test line,

PBL every save the object at a time, to compile a (compiled things also in PBL, so it is ok to change the suffix)
  • Related