i2pd/debian/patches/01-tune-build-opts.patch

18 lines
293 B
Diff
Raw Normal View History

diff --git a/Makefile b/Makefile
2016-12-18 16:20:53 +03:00
index bdadfe0..2f71eec 100644
--- a/Makefile
+++ b/Makefile
2016-07-30 21:27:17 +03:00
@@ -9,10 +9,10 @@ DEPS := obj/make.dep
2018-01-06 06:48:51 +03:00
include filelist.mk
2018-01-06 06:48:51 +03:00
2016-12-18 16:20:53 +03:00
-USE_AESNI := yes
+USE_AESNI := no
-USE_AVX := yes
+USE_AVX := no
USE_STATIC := no
USE_MESHNET := no
USE_UPNP := no
DEBUG := yes