[LLVMbugs] 'make clean' only removes object files for Debug not Release

Reid Spencer reid at x10sys.com
Sun Dec 19 15:33:04 PST 2004


'make clean' implicitly implies a Debug build and will only remove Debug
files. If you want to remove Release files then use:

'make clean ENABLE_OPTIMIZED=1'

If you want to just blow away all of the build modes then use:

'make clean-all'

Reid.

On Sun, 2004-12-19 at 15:06, Henrik Bach wrote:
> Hi,
> 
> When I run 'make clean' it only removes object files for Debug not Release.
> 
> Henrik.
> 
> 
> =============================================================
> Henrik Bach
> Open Source Developer
> 
> e-mail: henrik_bach_llvm at hotmail.com
> =============================================================
> Got Freedom?
> Software Freedom Day 2004 - 28th of August
> http://www.softwarefreedomday.org/
> =============================================================
> 
> _________________________________________________________________
> Find det, du søger på MSN Søg http://search.msn.dk
> 
> _______________________________________________
> LLVMbugs mailing list
> LLVMbugs at cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmbugs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20041219/de4e4543/attachment.sig>


More information about the llvm-bugs mailing list