##// END OF EJS Templates
Switched to O3 with no inlining optim level for debug builds...
Switched to O3 with no inlining optim level for debug builds Debug builds are mostly used for gcov while it seems a bad idea(-O3), with O0 the FSW uses more than 100% CPU in normal mode so the treadoff is to switch to O3 without inlining, this preserves the 1 to 1 relation between code and gcov counters.

File last commit:

r169:675402b630ea patch rev 2
r397:0c445dc7a949 R3++
Show More
script_setVirtualEnvForGcovr
8 lines | 127 B | text/plain | TextLexer
/ python_scripts / script_setVirtualEnvForGcovr
paul
Commit before testing the 0.1.28 pdb with new waveform picker
r169 #!/bin/bash
ln -s /opt/DEV_PLE/FSW-qt/obj/*.gcno ./
ln -s /opt/DEV_PLE/src ./
cat trace | /opt/GCOV/01A/tool/createfile.py