From 4b2046eb686f5af9dfbff5712abf63b85c6ce1ca Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Oct 2016 19:00:10 +0800 Subject: [PATCH] rocksdb: do not build with --march=native we can not assume that building host has the same arch (or the same cpu capability) with the target machine. Signed-off-by: Kefu Chai --- src/rocksdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocksdb b/src/rocksdb index 60a2bbba94a3..e55f42f2c012 160000 --- a/src/rocksdb +++ b/src/rocksdb @@ -1 +1 @@ -Subproject commit 60a2bbba94a316c7a836425ffa68ae3e3f547b25 +Subproject commit e55f42f2c0129d3037168aa62ab03b11d4360247 -- 2.47.3