* cmake debug (closes #562)

This commit is contained in:
hagen 2016-07-13 01:01:47 +00:00
parent c528d739c8
commit fac6229e43
2 changed files with 4 additions and 1 deletions

View file

@ -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)