]> git.sesse.net Git - bmusb/blobdiff - Makefile
Release 0.7.8.
[bmusb] / Makefile
index 5160e83db6e5c6bb332f5a392959869307752c09..f21c9ffe4dedd1bfa2bc155828e57271c9bcbf47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 PKG_CONFIG ?= pkg-config
-CXXFLAGS := -std=gnu++14 -O2 -Wall -I. -g $(shell $(PKG_CONFIG) libusb-1.0 --cflags) -pthread
-LDFLAGS := $(shell $(PKG_CONFIG) libusb-1.0 --libs) -pthread
+CXXFLAGS ?= -O2 -g
+CXXFLAGS := -std=gnu++14 -Wall -I. $(shell $(PKG_CONFIG) libusb-1.0 --cflags) -pthread $(CXXFLAGS)
+LDFLAGS := $(shell $(PKG_CONFIG) libusb-1.0 --libs) -pthread $(LDFLAGS)
 AR := ar
 LN := ln
 RANLIB := ranlib
@@ -12,7 +13,7 @@ UDEVDIR ?= /lib/udev
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.6
-SOLIB := libbmusb.so.6.0.2
+SOLIB := libbmusb.so.6.0.4
 
 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy