Even if the pragma USEHYBRID is defined, Setting.h still prints out the following message during scram compilation:
"USEHYBRID is undefined, so Hybrid L1 tracking disabled"
This occurs when scram runs the "genreflex" command, which scram doesn't pass the user defined pragmas to. I've supressed this by only printing out this message if pragma CMS_DICT_IMPL is not defined, since scram defines it when running genreflex.
Even if the pragma USEHYBRID is defined, Setting.h still prints out the following message during scram compilation: "USEHYBRID is undefined, so Hybrid L1 tracking disabled" This occurs when scram runs the "genreflex" command, which scram doesn't pass the user defined pragmas to. I've supressed this by only printing out this message if pragma CMS_DICT_IMPL is not defined, since scram defines it when running genreflex.