mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-03 14:11:59 +02:00
Add benchmarking code and optimization option.
This commit is contained in:
parent
ec02a27a39
commit
97e06f3f2b
5 changed files with 111 additions and 0 deletions
|
@ -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
|
||||
------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue