Description: don't use -march=native
 This causes build failures on some buildds, and may result in a package that
 won't run on some machines.
Author: Hubert Chathi <uhoreg@debian.org>
Bug-Debian: https://bugs.debian.org/882206

--- nheko-0.0+git20171116.21fdb26.orig/CMakeLists.txt
+++ nheko-0.0+git20171116.21fdb26/CMakeLists.txt
@@ -117,7 +117,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang"
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
         -Wall \
         -Wextra \
-        -march=native \
         -Werror \
         -pipe \
         -pedantic \
