Add benchmarking code and optimization option.

This commit is contained in:
EinMByte 2015-08-30 19:00:26 +02:00
parent ec02a27a39
commit 97e06f3f2b
5 changed files with 111 additions and 0 deletions

View file

@ -6,6 +6,9 @@ Available cmake options:
* CMAKE_BUILD_TYPE -- build profile (Debug/Release)
* WITH_AESNI -- AES-NI support (ON/OFF)
* WITH_HARDENING -- enable hardening features (ON/OFF) (gcc only)
* WITH_TESTS -- build tests (ON/OFF)
* WITH_BENCHMARK -- build bechmarking code (ON/OFF)
* WITH_OPTIMIZE -- enable optimization flags (ON/OFF)
Debian
------