Skip to content
Snippets Groups Projects
Commit 66326a98 authored by Timo Teräs's avatar Timo Teräs
Browse files

make: define _FILE_OFFSET_BITS=64 for glibc

parent af90d636
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ INSTALL := install
INSTALLDIR := $(INSTALL) -d
CFLAGS ?= -g -O2
CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu99 -fPIC
CFLAGS_ALL += $(CFLAGS)
LDFLAGS ?= -g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment