Added compilation flags to irstlm to manage with large files

-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES

This solves possible compilation pbs on 32-bit machines.


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@973 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
nicolabertoldi 2006-11-13 10:01:41 +00:00
parent 5c17fe6505
commit c0d920a48e

View File

@ -22,6 +22,7 @@ library_include_HEADERS = \
bin_PROGRAMS = compile-lm quantize-lm
AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
AM_LDFLAGS=-L.
LIBS=-lirstlm -lz