Compiler: Migrate OPT_* flags to the variant dispatcher. Variant dispatchers need to have the same set of OPT_* flags as the functions they dispatch to, to avoid over optimization. Fixes [Pike Mailinglist 13786]/[LysLysKOM 20594561].