From b0c2b5500c96b347ec7756508db0f041e7af44b7 Mon Sep 17 00:00:00 2001 From: Arnaud ZANETTI Date: Mon, 30 Oct 2017 13:55:32 +0100 Subject: [PATCH] Output file size is limited to 2GB on some 32-bit systems (Raspbian Stretch for example) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f6933f..5b01636 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: gps-sdr-sim SHELL=/bin/bash CC=gcc -CFLAGS=-O3 -Wall +CFLAGS=-O3 -Wall -D_FILE_OFFSET_BITS=64 LDFLAGS=-lm gps-sdr-sim: gpssim.o