Lines 1-11
Link Here
|
1 |
--- Makefile.orig 2016-11-25 18:11:34 UTC |
1 |
--- Makefile.orig 2017-01-14 19:25:38 UTC |
2 |
+++ Makefile |
2 |
+++ Makefile |
3 |
@@ -24,7 +24,7 @@ |
3 |
@@ -26,14 +26,14 @@ |
|
|
4 |
CC ?= clang |
4 |
|
5 |
|
|
|
6 |
.if $(MACHINE) == "i386" || $(MACHINE) == "amd64" || $(MACHINE) == "x86_64" |
7 |
-CFLAGS = $(CDEFS) -march=native -mssse3 -ffast-math |
8 |
+CFLAGS = $(CDEFS) -march=native |
9 |
.elif $(MACHINE) == "arm" |
10 |
CFLAGS = $(CDEFS) -fsigned-char |
11 |
.else |
12 |
CFLAGS = $(CDEFS) |
13 |
.endif |
5 |
|
14 |
|
6 |
CC ?= clang |
15 |
-CFLAGS += -std=c11 -g0 -Ofast -fstrict-aliasing -Wno-parentheses |
7 |
-CFLAGS = $(CDEFS) -std=c11 -g0 -Ofast -mssse3 -fstrict-aliasing -ffast-math -Wno-parentheses |
16 |
+CFLAGS += -std=c11 -Wno-parentheses |
8 |
+CFLAGS ?= $(CDEFS) -std=c11 |
|
|
9 |
PREFIX ?= /usr/local |
17 |
PREFIX ?= /usr/local |
10 |
|
18 |
|
11 |
HEADERS = binutils.h store.h |
19 |
HEADERS = binutils.h store.h |