Output file size is limited to 2GB on some 32-bit systems (Raspbian

Stretch for example)
This commit is contained in:
Arnaud ZANETTI 2017-10-30 13:55:32 +01:00
parent 398274a309
commit b0c2b5500c

View File

@ -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