taucmdr icon indicating copy to clipboard operation
taucmdr copied to clipboard

Track compiler options

Open khsa1 opened this issue 8 years ago • 2 comments

Have experiment track and record changes to compiler options.

khsa1 avatar Feb 27 '17 18:02 khsa1

This may be hard because different files in any given application can be compiled with different flags. Need to think about a smart way to do this. Obviously some tuning flags like -fast or -xHOST or -xAVX512 etc. will most likely be applied to each source file when compiling that executable or library.

zbeekman avatar Nov 08 '17 22:11 zbeekman

Perhaps the correct way to do this would be to create a dict keyed by output files which would mean parsing the compiler invocation to detect -o foo?

zbeekman avatar Apr 29 '18 15:04 zbeekman