blob: 65603f497633585c5e960d51d33b5ba5e1ccf48b [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
2+++ b/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
3@@ -3,7 +3,7 @@ CXX = g++ -O2 -Wall
4 CXX_C = gcc -O2 -Wall
5 LIB = -lm
6 RM = rm -f
7-CFLAGS = -c
8+CFLAGS = -c -D_FILE_OFFSET_BITS=64
9
10 ifdef SystemDrive
11 IS_MINGW = 1