]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
cmake: drop "-march=native" from CXX_FLAGS wip-no-march-native
authorKefu Chai <kchai@redhat.com>
Fri, 28 Oct 2016 10:47:54 +0000 (18:47 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 28 Oct 2016 10:47:56 +0000 (18:47 +0800)
commite55f42f2c0129d3037168aa62ab03b11d4360247
treece6d534acc18ba2ed150b1a3cc78434f21727b72
parent60a2bbba94a316c7a836425ffa68ae3e3f547b25
cmake: drop "-march=native" from CXX_FLAGS

this breaks the cross-compiling, and we can not assume that the building
machine and the target machine share the same CPU spec.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt