##// 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:

r387:96eb9489ec21 No PWD scrub with...
r397:0c445dc7a949 R3++
Show More
gcov-iov.h
13 lines | 617 B | text/x-c | CLexer
/* Generated by the program `C:\home\obswteam\workspace\sparc-gcov-master\tools\version\gcov-iov.exe'
from `4.4 (4 4) and (*)'. */
#if ( __GNUC__ == 3 && __GNUC_MINOR__ == 4 )
#define GCOV_VERSION ((gcov_unsigned_t)0x3330342a) /* type 'gcov-iov 3.4 ""' */
#endif /* __GNUC__ __GNUC_MINOR__ */
#if ( __GNUC__ == 4 && __GNUC_MINOR__ == 4 )
#define GCOV_VERSION ((gcov_unsigned_t)0x3430342a) /* type 'gcov-iov 4.4 ""' */
#endif /* __GNUC__ __GNUC_MINOR__ */
#if ( __GNUC__ > 4 )
#define GCOV_VERSION ((gcov_unsigned_t)0x3430342a) /* type 'gcov-iov 4.4 ""' */
#endif /* __GNUC__ __GNUC_MINOR__ */