aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-04-06 14:14:45 +0200
committerRiccardo Spagni <ric@spagni.net>2015-04-06 14:14:45 +0200
commit7d8acd1c45df042d3f0d8d3edabd7bc8d74f12c6 (patch)
treedfd3b841910672869f9fc082c363fd3e457386c1 /Makefile
parentadd arm6 target and flags (diff)
downloadmonero-7d8acd1c45df042d3f0d8d3edabd7bc8d74f12c6.tar.xz
explicitly disable AES on ARM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50fbfcfc1..1b501f1ee 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ release-static-32:
release-static-arm6:
mkdir -p build/release
- cd build/release && cmake -D STATIC=ON -D ARCH="armv6zk" -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
+ cd build/release && cmake -D STATIC=ON -D ARCH="armv6zk" -D BUILD_64=OFF -D NO_AES=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
release-static-win64:
mkdir -p build/release