Re: Build world with DEBUG_FLAGS='-g -O0'

2010-04-13 Thread Bernd Walter
On Tue, Apr 13, 2010 at 10:49:08AM +0400, Dmitry Krivenok wrote: Is there a simple way to build size constrained parts of world (e.g. bootcode) with '-O2' and other parts with '-O0'? You can build without bootcode: WITHOUT_BOOT=YES On Mon, Apr 12, 2010 at 11:54 PM, Bernd Walter

Build world with DEBUG_FLAGS='-g -O0'

2010-04-12 Thread Dmitry Krivenok
Hello Hackers, I'm trying to build FreeBSD-CURRENT (r206494) with DEBUG_FLAGS='-g -O0'. Below are the commands I executed: export DEBUG_FLAGS='-g -O0' cd /usr/src/ time make buildworld I got the following error: ... ... === sys/boot/i386/boot2 (all) objcopy -S -O binary boot1.out boot1

Re: Build world with DEBUG_FLAGS='-g -O0'

2010-04-12 Thread Bernd Walter
On Mon, Apr 12, 2010 at 10:34:30PM +0400, Dmitry Krivenok wrote: Hello Hackers, I'm trying to build FreeBSD-CURRENT (r206494) with DEBUG_FLAGS='-g -O0'. Below are the commands I executed: export DEBUG_FLAGS='-g -O0' cd /usr/src/ time make buildworld I got the following error: