On Tue, Feb 18, 2003 at 01:53:11PM +0100, Leopold Toetsch wrote:
> Did you have an optimized parrot compile?
> 
> ( make progclean ; perl Configure.pl ... --optimize ; make -s)

--optimize may be broken.  I tried it with a clean parrot source and
I still get cc -g like so:

perl pmc2c.pl coroutine.pmc
Scanning /usr/local/src/parrot/classes/coroutine.pmc...
cc -g -pipe -pipe -fno-common -no-cpp-precomp -DHAS_TELLDIR_PROTOTYPE  -pipe 
-fno-common   -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow 
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Winline 
-W -Wno-unused -Wsign-compare -Wformat-nonliteral -Wformat-security -Wpacked -Wpadded 
-Wdisabled-optimization  -I../include -o coroutine.o -c coroutine.c

investigating.

Reply via email to