Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Unnecessary build

One more question. 

I want to profile a C program with TAU. I created a Make Target for building with source-based instrumentation. 
I build an instrumented executable file and start profiling. Now, when I start profiling my program get built with default build target (namely all). 

Is there a way to disable unnecessary build at all, or to build with the target I need if executable file is not present?

Kind regards,
Peter


Back to the top