Skip to content

Commit

Permalink
use 64-bit file offsets everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
shizmob committed Jul 17, 2019
1 parent be16966 commit 80925f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CPPFLAGS := -D_POSIX_C_SOURCE=200112L $(CPPFLAGS)
CPPFLAGS := -D_POSIX_C_SOURCE=200112L -D_FILE_OFFSET_BITS=64 $(CPPFLAGS)
CFLAGS := -std=c99 -O2 -Wall -Wextra -pedantic -Wno-unused-parameter $(CFLAGS)
O = obj/

Expand Down

0 comments on commit 80925f7

Please sign in to comment.