Andrew Haley wrote:
gcc -save-temps -Wp,-dD Look in the .i file
On unix like machines, echo | cpp -dDgenerates the list on stdout (i.e. to your console, or xterm or whatever) without having to have any files involved.
Patrick
Andrew Haley wrote:
gcc -save-temps -Wp,-dD Look in the .i file
On unix like machines, echo | cpp -dDgenerates the list on stdout (i.e. to your console, or xterm or whatever) without having to have any files involved.
Patrick