File: fix_build_options.patch

package info (click to toggle)
bitseq 0.7.5%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: cpp: 7,043; python: 562; makefile: 150; sh: 72
file content (14 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Drop -mtune=generic from build options
Bug-Debian: https://bugs.debian.org/884623
Author: Andreas Tille <tille@debian.org>
Last-Update: 2017-12-17

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CXX = g++
-ARCH = -mtune=generic
+ARCH = 
 VERSION = 0.7.5
 #	ARCH = -march=core2
 #	ARCH = -march=native