Merge 2cd0806c92 into d9be2d1024
This commit is contained in:
commit
94f53a71ca
|
|
@ -7,10 +7,9 @@
|
|||
// this describes the high-level OSM objects
|
||||
#include <osmpbf/osmformat.pb.h>
|
||||
|
||||
namespace OSMPBF {
|
||||
#define OSMPBF_VERSION "1.3.0"
|
||||
|
||||
// library version
|
||||
const char *version = "1.3.0";
|
||||
namespace OSMPBF {
|
||||
|
||||
// the maximum size of a blob header in bytes
|
||||
const int max_blob_header_size = 64 * 1024; // 64 kB
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
CXX = g++
|
||||
CXXFLAGS = -O3
|
||||
CXXFLAGS += -O3 -fPIC
|
||||
|
||||
AR = ar
|
||||
|
||||
all: libosmpbf.a ../include/osmpbf/fileformat.pb.h ../include/osmpbf/osmformat.pb.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue