From f5e94ac5fd4aca1d3bf790455d0818fa78325d97 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sun, 28 Apr 2013 03:22:56 +0200 Subject: [PATCH] Use more standard CXXFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99ea311..3bbd7f7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS = -O3 -g0 -march=nocona -flto +CXXFLAGS = -O3 -g0 -march=native LDFLAGS = $(CXXFLAGS) dnsseed: dns.o bitcoin.o netbase.o protocol.o db.o main.o util.o