[14:19:56] <Dominus> wjp, improving hq scaler compile time by passing "-O2 -fno-inline"? https://sourceforge.net/tracker/?func=detail&atid=102335&aid=3487217&group_id=2335
[14:20:16] <Dominus> actually improving memory usage
[14:20:30] <Dominus> is this save and can this be used for scalers only?
[14:20:49] <wjp> I'd say the one place you _don't_ want to skimp on optimizations is the scaler
[14:22:24] <Dominus> so can this be used for those parts only? I'm used to passing this for the whole compile stuff and not just parts
[14:25:31] <wjp> no, he's reducing the optimization level for scalers
[14:25:55] <wjp> which he's free to do, but I don't think we should do that in general
[14:26:11] <Dominus> oh, I misunderstood
[14:26:38] <wjp> but the hq scalers are indeed a pain to compile...
[14:26:53] <wjp> in pentagram we have a configure option to disable them, but I don't remember if exult has that one too
[14:28:00] <Dominus> not as far as I can see
[14:28:34] <Dominus> an option to disable them would be good though. Similar to Pentagram, individual or alltogehter