mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
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:
parent
5c17fe6505
commit
c0d920a48e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user