From 459481f39c69a1a25f5b16420f695dcd2125b1c6 Mon Sep 17 00:00:00 2001 From: hagen Date: Wed, 17 Sep 2014 06:07:16 +0000 Subject: [PATCH] * updated notes --- build/BUILD_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/BUILD_NOTES.md b/build/BUILD_NOTES.md index 286acabd..17bf90e2 100644 --- a/build/BUILD_NOTES.md +++ b/build/BUILD_NOTES.md @@ -13,7 +13,7 @@ Available cmake options: * CMAKE_BUILD_TYPE -- build profile (Debug/Release) * WITH_AESNI -- AES-NI support (ON/OFF) -* WITH_HARDENING -- enable hardening features (ON/OFF) +* WITH_HARDENING -- enable hardening features (ON/OFF) (gcc only) Debian ------ @@ -45,3 +45,7 @@ To use newer compiler you should set these variables: export CXX=/usr/local/bin/g++47 Replace "47" with your actual gcc version + +Branch 10.X has more reliable clang version, that can finally build i2pd, +but i still recommend to use gcc, otherwise you will fight it's bugs by +your own.