File: 0002-no-native-build.patch

package info (click to toggle)
fparserc%2B%2B 4.5.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,140 kB
  • sloc: cpp: 23,297; pascal: 7,097; yacc: 1,650; ansic: 973; makefile: 307; php: 53; sh: 28
file content (21 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Fri, 9 Nov 2018 22:25:55 +0100
Subject: no native build

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9370c23..de4c82e 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ else
 FEATURE_FLAGS = $(FP_FEATURE_FLAGS)
 endif
 
-OPTIMIZATION=-O3 -ffast-math -march=native
+OPTIMIZATION=-O3 -ffast-math
 #       -ffunction-sections -fdata-sections
 
 # For GCC (not clang):