Skip to content

Commit

Permalink
Makefile: comment out explicit -D_FILE_OFFSET_BITS ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rockeet committed Apr 4, 2023
1 parent c67958d commit efa6295
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
Expand Up @@ -119,7 +119,7 @@ override CFLAGS += ${COMMON_C_FLAGS}
override CXXFLAGS += ${COMMON_C_FLAGS}
#$(error ${CXXFLAGS} "----" ${COMMON_C_FLAGS})

DEFS := -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
# DEFS := -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
DEFS += -DROCKSDB_PLATFORM_POSIX
ifeq (Darwin,${UNAME_System})
DEFS += -DOS_MACOSX
Expand Down

0 comments on commit efa6295

Please sign in to comment.