halfgaar / FlashMQ

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
https://www.flashmq.org/
Open Software License 3.0
173 stars 24 forks source link

Check if the compiler supports the -msse4.2 argument #48

Closed jhofstee closed 1 year ago

jhofstee commented 1 year ago

Compilation e.g. for ARM would fail, since the compiler doesn't support the platform specific -msse4.2 argument. So only enable it if the compiler supports it.