Home > database > Many application Shared library how to avoid repeated compile?
Many application Shared library how to avoid repeated compile?
Time:09-17
I have A B C three application, for example, they are all used to D.P BL this library, compile the results of each application compile D.P BL again, very waste of time and the performance of the machine
In the premise of not change D.P BL to D.P BD, how to avoid repeated compile? Or compile A can generate A B C three application?
CodePudding user response:
Using incremental compilation, no change of PBL, won't go to compile,