Commit 4d926435b91a820bfd5c831948c8d1228cedb50a

Martin Mitas 2019-05-19T22:40:08

md_analyze_line: Disallow the strcspn() optiomization path... for other platforms then Linux. glibc has well-optimized implementation which provides good boost, but (as measured one Windows), it can be also relatively small to our own path below. We can always enable that path for more platforms, if we get some data showing it has good impact.