Menu

cpptasks:how to get real compiler call shown?

Help
2005-02-15
2013-04-24
  • Franz Fehringer

    Franz Fehringer - 2005-02-15

    Hello,

    How can i convince ant/cpptasks to show me the real compiler call with options and arguments instead of
    [exec] [cc] [<filename>]?

    Greetings

    Franz

     
    • Austin Hastings

      Austin Hastings - 2005-02-15

      Try running ant with -verbose or -debug, see if you like the results. (I know, the REST of the output is a PITA. But if you get enough info, you can tweak a logger to pass verbose output for cctasks only.)

       

Log in to post a comment.