X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=aaca93d7680a7cc99ff1490f47028634a55bfa9c;hb=c753d698b047822c11f5f97b889649a3e582a4c9;hp=3489104e9ed806d67373e79ea0e4e7289b17f4a2;hpb=9edcf108cdd3dc856158b70aa399e6a875c61f0f;p=bmusb diff --git a/Makefile b/Makefile index 3489104..aaca93d 100644 --- 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