]> git.sesse.net Git - bmusb/blobdiff - Makefile
Add a function to get video format details.
[bmusb] / Makefile
index d8c53994e5339551d52370cf726ee3f0e5f795e1..aaca93d7680a7cc99ff1490f47028634a55bfa9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXXFLAGS := -std=gnu++14 -O2 -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