[Vala] debugging symbols when compiling in two stages



Hi all:

I'm using CMAKE to build my vala binaries, and found something odd: if I
compile a binary directly with "valac -g ...", it contains a lot of
debug info; but if I compile it with "valac -g -C ...", and then use
"gcc -g ..." to create the binaries (which is what my CMAKE scripts do),
there seems to be much less debug info.

What am I missing?

Thanks.

-- 

Nos leemos
                         RASTER    (Linux user #228804)
raster rastersoft com              http://www.rastersoft.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]