Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Output file size is limited to 2GB on some 32-bit systems (Raspbian
Stretch for example)
  • Loading branch information
ingenico-zanetti committed Oct 30, 2017
1 parent 398274a commit b0c2b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b0c2b55

Please sign in to comment.