User forums > Nightly builds

The 09 october 2006 build is out.

<< < (2/4) > >>

lfm:
CB_20061009_rev3050_suse100+101.rpm intsalled only used 16M diskspace, but I installed (compile)  rev3050 from svn used 79M diskspace, why?

killerbot:
? debug symbols stripped ?

lfm:

--- Quote from: killerbot on October 10, 2006, 12:06:36 pm ---? debug symbols stripped ?

--- End quote ---

How to strip  debug symbols?

my steps:

--- Quote ---#./bootstrap
#./configure --prefix=/usr/local/codeblocks --enable-contrib
#make
#make install
--- End quote ---

Ceniza:
There's a script called update that strips those symbols... but it only works when you compile it using the project file.

What I've used to compile it in release mode is to provide the flags for compiling and linking, like this:

# ./configure CFLAGS="-O3 -fomit-frame-pointer -pipe -ffast-math" CXXFLAGS="-O3 -fomit-frame-pointer -pipe -ffast-math -fpermissive" LDFLAGS="-s"

In fact I used some extra flags, but those should be enough.

mandrav:

--- Quote ----fomit-frame-pointer
--- End quote ---

Last time I used this in linux with wxGTK, I got more segfaults than I could handle ;).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version