On 05/12/17 22:13, Julien wrote: > I gave a try but had this: > lo/lode/dev/core/workdir/UnpackedTarball/firebird/src/common/CRC32C.cpp:41:10: > error: always_inline function '_mm_crc32_u8' requires target feature > 'sse4.1', but would be inlined into function 'CRC32C' that is compiled > without support for 'sse4.1' > return _mm_crc32_u8(hash_value, *value); > ^ > Are you sure msse4 shouldn't be added in CXXFLAGS instead of COMMON_FLAGS?
In linux COMMON_FLAGS is used and it appears to be correct choice from general POV - msse4 makes sense for both plain C & C++. But what about darwin - yes, looks like it does not use COMMON_FLAGS at all, with CXXFLAGS this should work. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel