R2 and R3 do not build at all. Only when I change optimization from aggressive to default. But still half a minute is very long. Fans start whirring and computer is having a hard time (Core i7 16 Gb). What could cause this?
ps I noticed that HoudiniAssistant becomes active in the taskmanager in the Xojo process item
You should try Moderate instead of Aggressive just as a test. If that works, check and see if you have any extraordinarily long methods (hundreds of lines). If so, break it up into smaller chunks and try again.
There’s a known bug with Aggressive compilation.
The key seems to be the use of Variants with string or double constants. Something about the "code constant [string or double] to variant” conversion
Keep in mind that Moderate is different from Aggressive in what it does for you. IIRC Moderate optimizes for size over speed whereas Aggressive optimized for speed over size.