Skip to content

Fboemer/bench options

Fabian Boemer requested to merge fboemer/bench-options into master
  • Closes #156 (closed) , #139 (closed) , #130 (closed)
  • Adds BUILD_EXAMPLES, BUILD_BENCHMARKS, BUILD_EXTRAS options
  • Move more targets to BUILD_UNITTESTS
  • Adds WITH_NATIVEOPT for machine-specific optimizations
  • timing make -j all using config
cmake .. -DBUILD_EXAMPLES=OFF -DBUILD_BENCHMARKS=OFF -DBUILD_UNITTESTS=OFF -DBUILD_EXTRAS=OFF

yields make -j all 301.21s user 17.96s system 667% cpu 47.842 total, significantly faster than the default build.

Edited by Yuriy Polyakov

Merge request reports