]> git.sesse.net Git - bmusb/commitdiff
Work around a compilation issue.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Sep 2015 19:18:40 +0000 (21:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Sep 2015 19:18:40 +0000 (21:18 +0200)
Makefile

index 3489104e9ed806d67373e79ea0e4e7289b17f4a2..aaca93d7680a7cc99ff1490f47028634a55bfa9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXXFLAGS := -std=gnu++14 -O2 -Wall -g $(shell pkg-config libusb-1.0 --cflags) -pthread
+CXXFLAGS := -std=gnu++14 -O2 -march=native -Wall -g $(shell pkg-config libusb-1.0 --cflags) -pthread
 LDFLAGS := $(shell pkg-config libusb-1.0 --libs) -pthread
 
 main: bmusb.o main.o