add Linux-amd64 binary
This commit is contained in:
parent
509ccf70f0
commit
9b71b7725a
|
@ -65,7 +65,7 @@ Linux-i386_SNAPPY_FLAGS:=
|
|||
Linux-amd64_CXX := g++
|
||||
Linux-amd64_STRIP := strip
|
||||
Linux-amd64_CXXFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC
|
||||
Linux-amd64_LINKFLAGS := -shared -static
|
||||
Linux-amd64_LINKFLAGS := -shared -static-libgcc
|
||||
Linux-amd64_LIBNAME := libsnappy.so
|
||||
Linux-amd64_SNAPPY_FLAGS :=
|
||||
|
||||
|
@ -92,8 +92,6 @@ Windows-x86_SNAPPY_FLAGS :=
|
|||
|
||||
Windows-amd64_CXX := x86_64-w64-mingw32-g++
|
||||
Windows-amd64_STRIP := x86_64-w64-mingw32-strip
|
||||
#Windows-amd64_CXX := i686-w64-mingw32-g++
|
||||
#Windows-amd64_STRIP := i686-w64-mingw32-strip
|
||||
Windows-amd64_CXXFLAGS := -Ilib/inc_win -O2
|
||||
Windows-amd64_LINKFLAGS := -Wl,--kill-at -shared -static
|
||||
Windows-amd64_LIBNAME := snappy.dll
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue