[tuhopuu-devel] Re: solved compiling problems

Chris Want tuhopuu-devel@blender.org
Sun, 30 Mar 2003 08:21:14 -0700


>>i'm not sure how to strip , need to compile with -Wall -O2 ?
>>Only with ImageMagick=true , later i'll try with ode and
>>quicktime...
> 
> 
> you can strip a binary with the "strip" command, eg. "strip blenderdynamic"

The other solution is to change the line in the
top-level Makefile from:

all: guessconf libdir frozen interndir debug

to:

all: guessconf libdir frozen interndir app

Chris