Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 dablin (1.7.0-2) unstable; urgency=medium
 .
   * Remove compiler optimisations from fec/*. (Closes: #887923)
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Bug-Debian: https://bugs.debian.org/887923

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-01-22

--- dablin-1.7.0.orig/fec/CMakeLists.txt
+++ dablin-1.7.0/fec/CMakeLists.txt
@@ -29,19 +29,6 @@ endif()
 if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANGCC)
     add_definitions(-Wall)
     add_definitions(-Wno-unused)
-
-    if(TARGET_ARCH MATCHES "x64")
-         add_definitions(-fPIC)
-         add_definitions(-msse2)
-    elseif(TARGET_ARCH MATCHES "x86")
-         add_definitions(-mmmx)
-         add_definitions(-msse)
-         add_definitions(-msse2)
-    elseif(TARGET_ARCH MATCHES "ppc|ppc64")
-         add_definitions(-fno-common)
-         add_definitions(-faltivec)
-    endif()
-
 endif()
 
 
