TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Disable Enhanced Instructions #71

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

In the MSVC project file, need to disable enhanced instruction sets for all architectures. Currently, at least on 64 bit compilation targets, AVX is enabled. This causes a crash on older CPUs that do not have support for these instructions. I must have turned this on screwing around and forgot. :dizzy_face: