Compiled on X8DTU with 2 physical Intel Xeon E5530 CPU Compile Flags: CFLAGS='-mtune=generic -Os -pipe -fuse-linker-plugin -flto -fno-exceptions' CXXFLAGS='-mtune=generic -Os -pipe -fuse-linker-plugin -flto -fno-exceptions -fno-rtti' LDFLAGS='-Wl,-O1' # gcc being cautious # 'snprintf' output may be truncated before the last format character # -Wno-error=format-truncation CFLAGS="${CFLAGS} -Wno-error=format-truncation" CXXFLAGS="${CXXFLAGS} -Wno-error=format-truncation" export CFLAGS CXXFLAGS LDFLAGS Dependencies: cmake compiletc Commands: cmake .. -DCMAKE_INSTALL_PREFIX='/usr/local' -DUSE_SHARED_MBEDTLS_LIBRARY='On' -DENABLE_TESTING='Off' -DCMAKE_BUILD_TYPE='Release' time make -j15 real 0m 14.85s user 1m 57.90s sys 0m 11.90s make DESTDIR=/tmp/mbedtls install