We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a6219 commit 779715fCopy full SHA for 779715f
tools/Makefile
@@ -4,7 +4,7 @@ PREFIX ?= /usr/local
4
CXX ?= g++
5
CXXFLAGS ?= -g
6
7
-CXXFLAGS += -I../include -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long
+CXXFLAGS += -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long
8
LDFLAGS += -L../src -pthread -lz -lprotobuf-lite -losmpbf
9
10
.PHONY: clean install
0 commit comments