mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* cmake debug (closes #562)
This commit is contained in:
parent
c528d739c8
commit
fac6229e43
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ cmake_minimum_required ( VERSION 2.8.12 )
|
|||
cmake_policy( VERSION 2.8.12 )
|
||||
project ( "i2pd" )
|
||||
|
||||
# for debugging
|
||||
#set(CMAKE_VERBOSE_MAKEFILE on)
|
||||
|
||||
# configurale options
|
||||
option(WITH_AESNI "Use AES-NI instructions set" OFF)
|
||||
option(WITH_HARDENING "Use hardening compiler flags" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue