Re: [Vala] Debugging the compiler command generated by valac



On 18/12/2013 02:54, Joe Sapp wrote:
I'm having an issue with the C compiler command generated by valac.
Specifically, an include directory is being included unexpectedly (see
[1]).  Is there any way to figure out what causes this to happen, or
which package or file is at fault?  I can't seem to find any way to
get intermediate information between the `valac` call and the `cc`
call.

valac -v . Also you can avoid using valac to compile by using valac -C and then manually compile the generated C with cc.

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