Re: build.pl debug=1 for sw and svx
Daniel Rentz <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Am 06.04.2011 08:54, schrieb tora - Takamichi Akiyama: > Could you tell me how to easily do "build.pl debug=1" or similar > actions in a specific, renovated module such as sw and svx after > fully building the entire source code tree with normal options? > > The way I used to do was like this: > > (full build) > cd $SRC_ROOT > dmake > > (individual build with a debug option) > cd sw cd sw make clean make -srj9 debug=t The first call of make removes all output files of sw from <solver>/workdir. The second call of make builds sw with debug, libraries go into <solver>/workdir/LinkTarget/Library. "j9" builds with 9 processes in parallel. Regards Daniel -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help